Detaljan opis problema😛ise:
C:\Documents and Settings\J********\Desktop\******\gamemodes\*****.pwn(252) : error 017: undefined symbol "string"
C:\Documents and Settings\J********\Desktop\******\gamemodes\*****.pwn(252) : error 017: undefined symbol "string"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.Dio skripte:
Quote
248 if (strcmp("/oldcar", cmdtext, true, 10) == 0)
249 {
250 if(IsPlayerConnected(playerid))
251 {
252 format(string, sizeof(string), "Tvoj stari auto je: %d",gLastCar);
253 SendClientMessage(playerid, COLOR_GREY, string);
254 }
255 return 1;
}
}
249 {
250 if(IsPlayerConnected(playerid))
251 {
252 format(string, sizeof(string), "Tvoj stari auto je: %d",gLastCar);
253 SendClientMessage(playerid, COLOR_GREY, string);
254 }
255 return 1;
}
}
Neke slike/video za lakse dobivanje pomoci(neobavezno):Nema ga
