Search Results
Is there any function to detect if a number is natural or not? Because I want to do an individual player saving stats system that can also work with a tax pay system. My idea was with a timer incremen...
49
Make sure you have the latest versions of all the includes that the script requires.
82
Did you add the plugin to the server.cfg?
68
Its very cool! Congratz to the whole SA-MP team! Idea: You can also add to the next official version a wave height function.
15,759
Sorry, but I still can't understand, could you give me an example? Thanks a lot.
198
But its only lнnea 3, 4 and 5 that are not working well, how can I do it more optimized, should I not use sscanf? Thanks for the help guys.
198
The command needs to detect the closest player if no params are given, I did that code but it bugs and gives me a high value ID. Do you have Skype so you can help me? (En este foro se esta obligado a ...
198
For the whole command or just only the first part?
198
I need to make the command to detect the closest player when the params aren't used, I tried this but it doesn't work. Код: CMD:rob(playerid, params[]) { if(sscanf(params, "U", params[0])) ...
198
I changed: Код: for (i = MIN_PLAYERID; i < MAX_PLAYERS_CURRENT+1; i++) For this: Код: for (i = 0; i < MAX_PLAYERS_CURRENT+1; i++)
173
Try this, it's using cache: Код: CMD:checkbolo(playerid, params[]) { new vehicleid; if(sscanf(params, "d", vehicleid)) return SendClientMessage(playerid, COLOR_GREY, "[CMD]: /checkbolo [ve...
118
Код: for (i = 0; i < MAX_PLAYERS_CURRENT+1; i++) { if(PlayerInfo[i][pMember] == FACT_LSPD) { format(s...
173
Hi guys, I'm having a little problem with my BanCheck Function in my gamemode, I can't get it to return the values from the database to the dialog, here's the code: Код: stock BanCheck(playerid) ...
109
Thank you a lot! I finally got my server working!
61
Hi, I need help, I'm getting "Segmentation fault" error in CentOS 6 when i ./samp03svr, the server doesn't open neither create a Log file. If someone could help me fix the error I would really appreci...
61
How do i change the name of the server cause it still remains RuNix's Cops And Robbers? Please help i'm new on this scripting thing and RuNix u Rock dude!!!!! This is the best CNR Gamemode here in SAM...
4,907