Search Results
pawn Code: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart){    new Float:armour, Float:hpplayer, Float:hpamount, Float:amamount;    GetPlayerArmour(playerid,armour...
224
I'm not really sure if this would work, try changing your if statement at SpawnPlayerVehicle to; pawn Code: if(rows > 0)
334
https://sampforum.blast.hk/showthread.php?tid=547090 - probably something related
105
Why not use the keys? It's still better than using objects (unless you want different colours for it). You could press '2' to activate it only when you're in the stuntplane.
126
I'm currently experiencing some FPS drops after the client update. Usually it works well before the client update, on the same server.
147
Quote: Originally Posted by Arastair Actually it IS possible to check for aimbot on a player Just teleport the player back and forth then check the suspicious player, if he turner 180 deg...
200
Possibly you put the wrong colour format? I tried the code that you posted with SendClientMessageToAll and it gives me the same error when I added a hashtag like "#0x2123"
207
EDIT: Nevermind, got the wrong idea of solving it.
186
My possibilities, either you entered the wrong connection handle properly. Should be something like this, pawn Код: public OnGamemodeInIt(){      new Conn = mysql_connect(/*......*/);} When y...
99
Quote: UPDATE members SET VEHICLE2='177' WHERE Username = '[A]AfikAtashga[S]' I don't see any 127. Show the code of how vehicleid variable was set when getting the vehicleid?
143
pawn Код: COMMAND:whatsnew(playerid, params[]){    new watsnew[1000];    strcat(watsnew, "{89ca25}==============================================================\n");    strcat(watsnew, "AdvG...
133
pawn Код: format(title, 60, "Stats of %s", PlayerLog[playerid][Name]);ShowPlayerDialog(playerid, 0, 0, title, string, "Button 1", "Button 2"); It is literally the same, just format!
191
Don't directly click the script, you should always locate your directory of which compiler you're using. If you've already included fixes2, then click pawno > open your script > compile
139
pawn Код: COMMAND:credits(playerid, params[]){ ShowPlayerDialog(playerid, 1243, DIALOG_STYLE_MSGBOX, "Server Credits:", ""COL_WHITE"Server Owner: \"iRolex\"\nServer Scripter & Forum Manager: ...
129
pawn Код: CMD:vipskin(playerid, params[]){    if(PlayerInfo[playerid][pDonator] >= 1)    {        if(IsPlayerInRangeOfPoint(playerid,3.5,-2648.1909, 1397.2834, 906.4609))        { ...
139
Is there any commands that executed to delete your house? Also it could be a problem with saving position of the house owner? Either try to create a new column to check if the player has owned a house...
165
Hey, Thanks for giving me a call! I'm still curious of what're trying to make, for me its unsure. Would you give me some descriptions of what're going to create? Also, if there's something wrong wit...
165
https://sampwiki.blast.hk/wiki/Sa-mp.cfg Set the multicore to 0.
245
If you want a perm. admin tag then set their username where you save their data. If you want a temporary admin tag, then use SetPlayerName.
136