26.01.2014, 15:45
If two strings are equal, then strcmp will return 0. It should be:
pawn Код:
if(!strcmp(NewClass, "Taxi", false, sizeof(NewClass)))
pawn Код:
else if(!strcmp(NewClass, "... class_name_here ...", false, sizeof(NewClass)))