Search Results
Show us the lines @ 39424 and 39225
127
It's not a command/FS I made and I'm sure there are no problems with this command but here you go: pawn Код: if(!strcmp(cmdtext, "/tde", true, 4))    {        if(ProjectEditor == playerid) ...
190
Code for what? If you require the code for TDEditor by adri1 so you can see if there are any bugs in or not, ehhh... I wouldn't recommend that. If you require my server log, then here it is: Код: ...
190
I just cant get it to work! I'm talking the TDe FS by adri1. I extracted everything from the package, including the .dll files. It started showing me this error: "MSVCR100.dll is either not designed t...
190
I used the words "kind of fixed" in a way that my problem was fixed. There was a bug in sscanf, not my script.
108
Bump EDIT: Kind of fixed. For more info: http://forum.sa-mp.com/showthread.ph...38#post3718238
108
The random ID problem still persists.
108
When I do /cuff, sometimes it shows the message "The player is already cuffed" and sometimes when I use a random ID in /cuff (ID), it still cuffs the person near me. Help? pawn Код: CMD:cuff(playe...
108
So basically, you want us to make you the whole system. If you do not know basics of PAWN, you should not script and hence hire a scripter. You can not expect us to make it, right? Only some people mi...
158
1. Wrong section. The section you need to post in : http://forum.sa-mp.com/forumdisplay.php?f=12 2. I think you haven't even made a command. Just edited the server configuration file and expecting com...
118
Player Variables. edit: whoops.
82
For fixing the 1st error: pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){        dcmd(help, 4, cmdtext);    return 0;} For fixing the 2nd error and the warning: pawn Код: dc...
77
Well that was a silly mistake. Thanks for the help guys. P.S: This: pawn Код: #define || or#define && and
181
If you could explain more, it would be more easy to help.
271
pawn Код: CMD:nuke(playerid,params[]){    new string[150];    if(InDMArena[playerid] == 1) return SCM(playerid, red, "[ERROR]"COL_WHITE" You cannot use this command while in the DM stadium.");...
181
You probably have internet problems or there might be something wrong with the address.
123
Quote: Originally Posted by Vince Proper Topic Title Needed !!! Please [REP-----Everyone----Who----Won't----Use-] Ask in the thread. Or look through the commands. ROFL On Topic: /inve...
159
Sscanf version is outdated. It's for 0.3d. Download the latest version.
108