Search Results
Here this is more of a guideline on how to make an anticheat for it. Its a filterscript but you will get an idea of how to make it. http://forum.sa-mp.com/showthread.ph...ght=Anti+Cheat
135
pawn Код: if(strcmp(cmd, "/jail", true) == 0)    {        if(IsPlayerConnected(playerid))        {            tmp = strtok(cmdtext, idx);            if(!strlen(tmp))      ...
83
Quote: Originally Posted by RvGamers I was correcting the error made by someone responding to the thread, not the original poster. I figure that if people are going to post improper code a...
157
pawn Код: error 001: expected token: ";", but found "]" Which line exactly gave you this error, if you tell me that I can figure out what happened because I need the exact line not all the lines ...
157
Haha well tell yourself thank you and then tell yourself you are welcome Zues lol. Don't worry about it people make mistakes, its natural for you to run here and ask us for help. When you can't figure...
147
If you are using a script with a register/admin system just go into your server files find your name in it and open it change the admin from 0 to 1338 admin depending on script and save then exit and ...
290
Quote: Originally Posted by freddy smyth Some people don't have the capacity to continually host a server though. Ya but till he gets the funding he needs to hold a 24/7 server open tha...
273
Quote: Originally Posted by yaron0600 Yeah but man , Add a SendClientMessage That you cant do these from that level , You should be 7+... Sorry I posted the wrong code my mind is slippi...
163
If you need a Gamemode check here http://forum.sa-mp.com/forumdisplay.php?f=71
212
Did you try removing one of these } at the end of the script?
176
What commands are you looking to add to it? Can you also show me one of your commands so I know what command system you are using?
106
Try this also set pLevel to whatever your Level save is within your script. pawn Код: Sweeper[playerid] = 1;PlayerInfo[playerid][pLevel] = 7;
163
We would have to look over the coding to see where the issue is that caused this.
271
Gonna post the same thing here as I did for the other person asking for a free host. Ya not all new servers can start out hard hitting, but ya don't ask for a free hoster just host it from your compu...
212
Ya not all new servers can start out hard hitting, but ya don't ask for a free hoster just host it from your computer. Its free and you don't have to worry about someone stealing your script etc. http...
273
Try using ****** translator to translate things or any translator that translates Spanish to English.
89
Set your lan mode to 0 not 1. Future reference 0 - Off 1 - On
315