Search Results
Quote: Originally Posted by NiiRV4N4 Quote: Originally Posted by wolfcock Quote: Originally Posted by [HUN Woozie ] Thanks, but what image? For example, that you ent...
278
Quote: Originally Posted by Infousio Integration with pawno but we'll put the car in position i want?? https://sampwiki.blast.hk/wiki/AddStaticVehicle
206
Open player's file, and change Banned=1 to Banned=0 & Delete player's ban in samp.ban
11,719
http://wiki.sa-mp.com
206
Change gamemode0 line in server.cfg
206
http://www.megaupload.com/?d=F607ETHP
870
pawn Код: if(strcmp(cmdtext, "/dj", true) == 0){if(DMZone[playerid] == 1) return ShowPlayerDialog(playerid,TELEWARN,DIALOG_STYLE_MSGBOX,"Error:","Teleporting Error!\n\n-Sorry But you can't Telepor...
66
Quote: Originally Posted by Jackster The file you are compiling i hink Omg, this is 100% that there is something wrong and i want to fix it.
145
Quote: Originally Posted by Jackster Well i can see that something is wrong with your file ... You may want to fix it? What file ? I want to fix those errors ! EDIT: Код: if(dialog...
145
Код: C:\-----/(21787) : error 014: invalid statement; not in switch C:\-----/(21787) : warning 215: expression has no effect C:\-----/(21787) : error 001: expected token: ";", but found ":" C:\---...
145
Hello, Can someone help me to do this dcmd_login and dcmd_register to dialog input? pawn Code: dcmd_login(playerid,params[]) {  if (PLAYERLIST_authed[playerid]) return SystemMsg(playerid,"You are a...
82
Quote: Originally Posted by EscoX No cmd info? /commands ?
966
I think it's dialog. You must make dialogresponse if he/she Leaves.
126
pawn Код: if(strcmp(cmd, "/clearchat", true) == 0){SendClientMessage(playerid, COLOR_WHITE, "");SendClientMessage(playerid, COLOR_WHITE, "");SendClientMessage(playerid, COLOR_WHITE, "");SendClient...
146
pawn Код: #define COLOR_RED           0xFF0000AA
186
Oh, nice one J.Dub. It's very useful for RP servers etc.
381
I have this under /afk and /brb command pawn Код: AFKBRB[playerid] = 1; And this under OnPlayerText pawn Код: if(AFKBRB[playerid] == 1) return SendClientMessage(playerid,WARNCOLOR, "ERROR: Yo...
54