Search Results
Hi I was in a port-forwarded SA-MP server using commands and stuff. Then, I crashed and the server seemed not to respond. I informed the owner but he has no ideas how to solve it. I tried joining any...
158
hey i am just wondering if sa-mp is ever going to lose its players? do you think it will stay the best online GTA game forever?
129
1) Open samp-server.exe to run your server. 2) Open your sa-mp client, add a server and Fill in this IP exactly '127.0.0.1:7778' If you changed the port to 7778.
174
pawn Код: // ============ MUTE COMMAND ===================== //CMD:mute(playerid, params[]){    new targetid, minutes, reason[128], string[128];    if(!IsPlayerConnected(targetid)) return Send...
131
Thank you all for helping. It worked.
80
pawn Code: CMD:mute(playerid, params[]){    new targetid, minutes, reason[128], string[128];    if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_RED, "Player is not conne...
80
You're missing a parameter of the function. RemoveBuildingForPlayer(playerid, modelid, Float:fX, Float:fY, Float:fZ, Float:fRadius), you're missing one of the six parameters for RemoveBuildingForPlay...
86
bump, anyone can assist me?
106
pawn Code: public OnPlayerUpdate(playerid){    new Keys,LALT;    GetPlayerKeys(playerid,Keys, LALT);    if(LALT == KEY_WALK && IsPlayerInRangeOfPoint(playerid, 3, 2497.5610,-1687.2009,1...
106
I compiled my script successfully and joined the server to test, once I joined the server crashed and I got these errors from the crashdetection plugin. pawn Code: [16:54:31] [join] Alsarty has joi...
106
I've done what you said: pawn Код: if(response){    switch(listitem)    {        case 0:        {            foreach(new i: Player)            {                if(P...
188
I did that: pawn Код: switch(listitem)                            {                                    case 0: foreach(new i: Player), if(PlayerInfo[i][pGang] = 200...
188
Please, can you show me an example? I wrote the line error up there.
188
I'm using DIALOG_STYLE_LIST, so when I did this: pawn Код: if(response) // If they clicked 'Select' or double-clicked a weap                {                            swit...
188
Sorry, I've been frequently asking few questions lately here. How to get the count of players? I have 6 gangs on my own script, and I made a command /gangs to get the count of the gang members in each...
188
Nevermind, I've found out that PAWN crashed because I used "if" statement inside "case". Thanks for the replies.
157
Sorry, I still get the same PAWN crash, no idea what the problem may be..
157
It worked fine at first, but once I added the CMD:gangs It started to crash. Photo:
157
Quote: Originally Posted by Divergent Why are you checking this twice? case DIALOG_GANGS: { if(dialogid == DIALOG_GANGS) Those both do the same thing. Remove this Ð...
157