Search Results
http://forum.sa-mp.com/showthread.ph...ighlight=teams http://forum.sa-mp.com/showthread.ph...ighlight=teams http://forum.sa-mp.com/showthread.ph...ighlight=teams http://forum.sa-mp.com/showthread.ph.....
95
So you added that to the command? try this Код: COMMAND:gwar(playerid, params[]) { if(GOD[playerid] != 0) return Error(playerid, "You can't use godmode in DM zones!"); if(Player[playeri...
84
It is already in Gwar Код: if(god[playerid] != 0)return Error(playerid, "You can't use godmode in DM zones!"); Is it not working or whats happening with it?
84
EDIT: Too slow, GG Konstantinos... GG. Код: CMD:badge(playerid, params[]) { if(pInfo[playerid][Faction] == 0 || pInfo[playerid][Faction] >= 3) return SendClientMessage(playerid, 0x46E850F...
126
You should give detailed opinions and suggestions instead of just saying something like "This is shit". You should make people feel good about their release, even though it might not be the best you s...
167
Wrong category, this is for releasing maps not requesting. Request for a mapper on http://forum.sa-mp.com/showthread.ph...16#post3668216
441
Код: public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/rumahcj", cmdtext, true, 10) == 0) { // Your stuff (rsetting player pos, message) return 1; } if (strcmp("/chilli...
243
Upload the photo to http://imgur.com/ or any other websites like that and give us a link to the photo.
243
You just need to send the player messages with the commands in it. Код: SendClientMessage(playerid, COLOR, "|_____________|Server Commands|_____________|"); SendClientMessage(playerid, COLOR, "Gen...
106
Код: CMD:akill(playerid, params[]) { new str[128]; if(PlayerInfo[playerid][pAdmin] >= 1) { new playerb; if(sscanf(params,"u",playerb)) return SendClientMessage(playerid, COLOR_GREEN, "[USAGE]:...
137
Quote: Originally Posted by Zomboy What you can do is create "savedpositions.txt" (write it as it is ) and then try. Try this but otherwise below will give you the interior cordinates y...
334
Show us your /stats command
109
If you mean an enter command use these Or else give me more information on what you need help with. Use an editor to get to the location then test it and use the save command ((/save)) then open the ...
69
Have you defined vEdit in your script yet? EDIT: Quote: Originally Posted by weedxd EDIT2: Nvm i will do it on my own i got it all thanks for help anyways No problem, glad to try an...
102
Can you paste the enum for your dynamic vehicles. EDIT: I just noticed the line. EDIT2: I'm getting confused on Code: if(!VehInfo[idx][vModel]) return SendClientMessage(playerid, COLOR_GREY, "Inval...
102
Try this, i believe he meant if the player is not near the correct coordinates defined by the 'IsPlayerInRangeOfPoint' function it will send them a message saying that the player is not near a entranc...
270