Search Results
Add SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED); Wherever you want.
158
Quote: Originally Posted by shayan122 Good Job can i edit it and keep your credits? He says to modify it the way you like.
591
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 ...
591
Go to your script, see where the vehicle is spawned, and put that code under it.
230
There's a problem with the script. Meybe some type of random timer? Only you can find it.
116
-.- Someone will help you eventually, I have no time otherwise I would.
252
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...
225
convertffs.com Post the converted code to your OnGameModeInit() callback.
172
Not all scripts are the same, which script are you using?
252
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)
203
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...
336
Check to make sure you have all necessarily folders in your scriptfiles folder.
226
What is it exactly you're trying to solve?
177
It crashed, our only requests are post the server logs and/or crash info.
226
Like milanosie stated, "it uses old, outdated and slow methods."
393
Well it isn't hard, just there's no new features added.
393
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;
238
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.
203
Quote: Originally Posted by FireCat pawn Код: if(!(strcmp(cmdtext,"/me"))){    if(strlen(cmdtext[4])) return SendClientMessage(playerid,-1,"USAGE: /me <action");    static strin...
336
An anti-cheat somewhere in your includes, filterscripts, or gamemode is preventing SetPlayerMoney from working.
203