Function return safe or not ?Nah its not in this thread, but: sprintf(test, "# [Company:%s] [Cargo:%s] [Passengers:%s] [Mail:%s]...
Function return safe or not ?Thnx for the fast reply ! but found whats wrong.. instead of tranfering into a text with %s i ...
Function return safe or not ? [code]char* KandM(uint32 geld) { char *buf = new char[10]; if (geld > 999999) { // M...
strcmp() comparing partsI managed to get it working with comparing: if (!strncmp (msg,"/panelty",8)) strncpy can copy ...
strcmp() comparing partsHello, im trying to compair a text BEFORE a space is giving.. strcmp(msg, "/name") for example.. ...
This user does not accept Private Messages