Search Results
Add SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED); Wherever you want.
99
Quote: Originally Posted by shayan122 Good Job can i edit it and keep your credits? He says to modify it the way you like.
405
Tutorial: 1. Right-click on Download and select Save link as... 2. Open DM.pwn using Pawno.exe 3. Edit everything because this has pretty much nothing on it. 4. Hit f5, click on the blue arrow, or go ...
405
Go to your script, see where the vehicle is spawned, and put that code under it.
145
There's a problem with the script. Meybe some type of random timer? Only you can find it.
49
-.- Someone will help you eventually, I have no time otherwise I would.
131
Go to the gamemodes section of this forum. Download a script that seems interesting (there's hundreds to choose from). Download it, get it functioning properly. While in the server on your admin acc...
118
convertffs.com Post the converted code to your OnGameModeInit() callback.
76
Not all scripts are the same, which script are you using?
131
This require alot of code, but it is very possibly done. You'll need: - Map Andreas. - A zone script. - Updates (Keys, in range, health, etc)
120
Well if you payed attention to my little tutorial three posts up... you'll see you need three floats, getplayerpos, a loop to check for players, isplayerinrangeofpoint, and finally sendclientmessageto...
154
Check to make sure you have all necessarily folders in your scriptfiles folder.
114
What is it exactly you're trying to solve?
103
It crashed, our only requests are post the server logs and/or crash info.
114
Like milanosie stated, "it uses old, outdated and slow methods."
203
Well it isn't hard, just there's no new features added.
203
Better to use 0 for male and 1 for female... that way you can just set the variable to the listitem Player[playerid][pGender] = listitem;
127
Further explain your problem, because if your money gets set to 10,000 and then it just disappears tells me that some sort of anti-cheat is in effect.
119
Quote: Originally Posted by FireCat pawn Код: if(!(strcmp(cmdtext,"/me"))){    if(strlen(cmdtext[4])) return SendClientMessage(playerid,-1,"USAGE: /me <action");    static strin...
154
An anti-cheat somewhere in your includes, filterscripts, or gamemode is preventing SetPlayerMoney from working.
119