Search Results
I suggest you to Kick all the players from the server when you're restarting it, because that's the best secure way to make sure that the stats are being saved. pawn Код: foreach(Player, i){if(Is...
103
pawn Код: CMD:kick(playerid, params) should be pawn Код: CMD:kick(playerid, params[]) so this: pawn Код: CMD:kick(playerid, params[]){    new targetid;    new reason[70];    new ...
106
lol, there are only 4 bots.. no more Quote: Originally Posted by Tafara...(.) Nice dude..! Note: Hope it's not an edit! i made it from scratch -_- Quote: Originally Posted ...
2,209
use GetPlayerMoney(playerid) to get the money of the player, and GetPlayerScore(playerid) for the score, for the rest the code seems fine.
134
nobody will help you with this, unless you hire a scripter, this aint just a couple pieces of code...
97
pawn Код: else if (dialogid == D_RADIO_PINPUT1 && response) {for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerAdmin(playerid)) { PlayAudioStreamForPlayer(i,inputtext); break; } else{ ...
157
eehm, so what does this do? i didn't really understand you :P
99
i recommend you to use sscanf, it's way better and easier than strtok. remove all your strtok things from the command and do: pawn Код: new targetid;if(sscanf(params, "u", targetid)) return Send...
89
could you describe your problem abit more? i don't really understand you...
103
https://sampwiki.blast.hk/wiki/OnVehicleDamageStatusUpdate https://sampwiki.blast.hk/wiki/GetVehicleDamageStatus https://sampwiki.blast.hk/wiki/UpdateVehicleDamageStatus https://sampwiki.blast.hk/w...
94
Use this at onplayerupdate. https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel pawn Код: new PlayerText3D:label;// check here if the player is near the player that has the label, if not it w...
153
Thanks, i was looking for this for my furniture system
734
if its an object, then perhaps you can attach it to a smaller vehicle, by which you will see the train thingy moving, but in fact youre actually driving something else.
123
nice work , 6.5/10, add more objects, and make it more realistic; http://www.k-dst.de/kategorien.php?k...n%200.3e%20RC1 have a look at those walls, you can use them to make it more realistic, and use...
158
i dont really understand what you wanna make...
65
Try using the handcuffs object, and use ryders vehicle attachment editor to get the coords, its a damn nice fs
63
Its because you have the campos at the same place as the lookat... Do it like this: pawn Код: SetPlayerPos(playerid, yourcoords);SetPlayerCameraPos(playerid, coords somewhere near the playerpos)...
94