14.01.2012, 19:43
Quote:
What are the last 5 or 10 lines above it? Because sometimes the compiler will give you errors on that line, but in fact they are in lines above it.
|
Код:
if(strcmp(cmdtext, "/despawned", true) == 0) { currentveh = GetPlayerVehicleID(playerid); DestroyVehicle(currentveh); SendClientMessage(playerid, COLOR_MESSAGGI,"[Acmd:] Hai eliminato questo veicolo"); return 1; }