Search Results
Hi guys, Need help how to put "MODS" inside the GM?
74
Quote: Originally Posted by Manuel7284 You need to update SAMP 0.3d you can get it Here http://team.sa-mp.com/files/samp03dsvr_R2_win32.zip Thanks working now..
213
Code: CMD:rac(playerid, params[]) { if(!IsAdmin(playerid, 1)) return SendClientMessage(playerid, COLOR_RED, "You are not admin!"); new bool:vehicleused[MAX_VEHICLES]; for(new i=0; i < MAX_PLAYE...
135
You mean ro respawn all unused cars? Code: if(strcmp(cmd, "/respawncars", true) == 0) { if(IsPlayerConnected(playerid)) { new vehcount = 0; for(new i = 0; i < sizeof(...
135
Code: C:\Users\user\Desktop\American-RP\filterscripts\radio.pwn(72) : error 017: undefined symbol "StopAudioStreamForPlayer" C:\Users\user\Desktop\American-RP\filterscripts\radio.pwn(110) : error 017...
213
I need /helpme command to come to helpers!!
107
Hello, I need someone make to me a command... if(strcmp(cmd, "/helpme", true) == 0) Yours, Kevin. Thanks..
107
You mean /goto or /gethere? or...
146
HTML Code: if(strcmp(cmd, "/fine", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] < 3) { SendClientMessage(pl...
323
You need to change the PLeader - PMember to 3 or w/e is it in ur GM
111
Код: if(strcmp(cmd, "/news", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pMember] == 9 || PlayerInfo[playerid][pLeader] == 9) { new newcar = Get...
111
Код: if(strcmp(cmd, "/points", true) == 0) { if(IsPlayerConnected(playerid)) { new number = 0; SendClientMessage(playerid, COLOR_GREEN,"_______________________________...
256
Its for /points so GANGS/FAMILIES can /capture I got the CMD but I need the .cfg so it can work
256
Quote: Originally Posted by funky1234 Erm... what? I need points.cfg can any one give it to me?
256
Hello,I need points.cfg please help me with that when I /points IG it says no NAME:124124521 for it!!
256
Hello,This is Kevin Fox,I'm scripting for free and I'll show you my GM Come 64.120.14.202:8700 If you saw it and you like it please contact me here!!
47
Quote: Originally Posted by Calgon First of all, please wrap your code in [pawn] BBCode tags! Secondly, what do you need help with? You've not been very clear. I mean I'm looking for a...
170
I got my GM I'm scripting for free some of my gm (OnPlayerCommandtext) if(strcmp(cmd, "/pay", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(t...
170
Hello,I'm scripting for free anyone wants to see my work PM me so I can gove u my teamviewer ID & password to see it.
76
if(strcmp(cmd, "/showbadge", true) == 0) { if(IsPlayerConnected(playerid)) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { Send...
104