Search Results
Going to have use OnPlayerKeyStateChange for this and to check for the key. Using the engine code, the only thing I changed is: Код: if(strcmp(params, "engine", true) == 0 to Код: if(newkey...
103
This is an excellent map. Well done!
688
I'm not sure what SA:MP server version you're using, but if it's the latest, you're missing the ispassenger parameter. Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) With that...
89
Why are you looping through all vehicles when instead you could check the vehicle the player is currently entering from OnPlayerEnterVehicle? Код: if(VehicleOwner[x] != playerid || VehicleOwner1[...
144
My servers players went straight down since i updated. Not many of them know of the update i guess..
139
1: You can't. 2: I don't understand, try: https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
139
I believe those are labels, https://sampwiki.blast.hk/wiki/Category:...3D_Text_Labels
109
pawn Код: KEY_CROUCH When on foot it's "C", In a vehicle it's "H"
96
Nice work, simple and good. 4/5
246
Try to add pawn Код: if(IsPlayerNPC(playerid)) return 1; onto OnPlayerRequestClass, Or OnPlayerRequestSpawn
119
It worked perfectly, Thank you Jeffry.
98
I don't really like asking for help, but i'm woundering how to do something like this, When a admin does /randompickup a random pickup will be made, with the hint where it is, I already have this: p...
98