Search Results
Quote: Originally Posted by iTorran pawn Код: public OnVehicleSpawn(vehicleid){new str[128]; format(str, sizeof str, "SAMP %i", vehicleid);SetVehicleNumberPlate(vehicleid, str);SetVehi...
122
I've got a problem when i compile here is my code pawn Код: public OnVehicleSpawn(vehicleid){SetVehicleNumberPlate(vehicleid, "SAMP %d", vehicleid);SetVehicleToRespawn(vehicleid);return 1;} and ...
122
I am having trouble creating a command to print the vehicle id of a player This is what I have Код: public OnPlayerCommandText(playerid, cmdtext[]) { dcmd(vehicleid, 9, cmdtext); return 0; } ...
120
I am using the filterscripts that come with the 0.3 server and they load and show no errors but in-game they don't operate.
133