Search Results
just use a command that creates light objects, Quote: Ex: 18646 PoliceLight1 18647 RedNeonTube1 18648 BlueNeonTube1 18649 GreenNeonTube1 18650 YellowNeonTube1 18651 PinkNeonTube1 18652 Wh...
116
i believe Quote: while(strl--) is an infinite loop try Quote: stock GiveNameSpace(str[]) { new strl; for(strl=strlen(str); strl > 0; strl--) { if(...
84
Код: if(response) { HasAcceptedRules[playerid] == 1; return 1; }
70
Quote: Originally Posted by Aloushi Nice! Thx!
252
Car Spawner It is just a car spawner using clickable textdraws. It is simple but convenient when your not sure what vehicle you are in need of. Commands: /spawncar - use to select your car to spawn!...
252
save it as 2 strings, use a loop and string1[i+1] = 'h'; // what ever letter you want, i guess that a hint
210
Quote: Originally Posted by nickdodd25 oooh i know what it is now, you misunderstood what the code that i am having problems with. But its a command for parking cars in certain areas for p...
369
no, you can use that if you want, it works when someone is carparked, its automatic also, was just giving it out if you wanted to use it...
369
i just use Код: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid) { new Float:hp; GetPlayerHealth(playerid,hp); new playerState = GetPlayerState(playerid); if(amoun...
369
For Example: Код: new string[256]; format(string,sizeof(string),"Vehicleid: %d",GetClosestVehicle(playerid, 5)) SendClientMessage(playerid,1,string);
102
or use Код: stock GetName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); return name; }
128
you used to use toggleplayercontrollable, to false and it would make their missles disappear, if there is a way to do this again, then you could detect if space is pressed when they fire
181
Quote: Originally Posted by Dripac Do i have to add [playerid] or [i] at the textdraw code to show it for the player? because i use a custom money system with textdraw, here is the code ...
87
StopRecordingPlayback then StartRecordingPlayback
110
May i explain... public OnPlayerEnterDynamicCP(playerid,checkpointid) { if(checkpointid == job) if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 403 && 515 && 514) this means...
137
just mess with the offsets till you get it in the position you want, you can try attached object editors Link: https://sampforum.blast.hk/showthread.php?tid=209234
72
you have it where you need to be in vehicles if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 403 && 515 && 514) so you need to be in 403,515, and 514 at the same time? try || in...
137