26.02.2010, 08:52
This is what i get
Line 1335 - the last line
Код:
I:\Programfiler\Rockstar Games\GTA San Andreas\Server\gamemodes\Majatacker.pwn(1374) : warning 203: symbol is never used: "strtok" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
if ( listitem > 5 ) return ShowPlayerDefaultDialog( playerid ); new model_array[] = { 441, 464, 465, 501, 564, 594 }; return CreatePlayerVehicle( playerid, model_array[ listitem ] ); } } } return 0; } public OnPlayerClickPlayer(playerid, clickedplayerid, source) { return 1; } strtok(const string[], &index) { new length = strlen(string); while ((index < length) && (string[index] <= ' ')) { index++; } new offset = index; new result[20]; while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1))) { result[index - offset] = string[index]; index++; } result[index - offset] = EOS; return result; } // ----------------------------------What to do-------------------------- // Teleport Menu // More Races // /carcolor // Stunt maps // Animations // /vx