Search Results
Quote: Originally Posted by oMa37 https://sampforum.blast.hk/showthread.php?tid=99649 Ye this helped me 2 days ago, thx anyways.
64
You need to add the info in the .php files, like adding the server address, etc..
31
Sorry for double posting, any answers?
64
Hey guys, i wanted just to add html code in my index.php in the site that shows the players online http://imgur.com/a/kwgwJ Thanks.
64
Use this code, basically, replace TEAM_Terr, TEAM_SWAT, gTeam also as your defined variables in your gamemode.. Quote: new Float:TSpawns[3][4] = { //Terrorists spawns {2819.2319,2311.1257...
57
ShowPlayerDialog(playerid, DIALOG_EX, DIALOG_STYLE_LIST, "Choose items ","1st\n2nd\n3rd\n4th","Ok","Cancel"); Quote: if(dialogid == DIALOG_EX) { if(!response) return SendClientMessa...
47
Well, nice one, +REP Added to my server successfully Thanks.
133
Quote: Originally Posted by ItzzWesty good job , C:\Users\HP\Desktop\samp w\pawno\Untitled.pwn(4) : fatal error 100: cannot read from file: "streamer" Compilation aborted.Pawn compiler 3...
414
make with your name.. your only name that can use it...
51
Still doesn't work, that's my code.. Quote: if(newkeys & KEY_WALK) { if(IsPlayerInDynamicCP(playerid, CP_Calg)) { if(CalgRobbedRecently >= 1) { SendClientM...
61
.. sry for double posting lagging as hell..
74
As Thewin said above. The IsPlayerInRangeOfPoint parameters: playerid, range, x,y,z) && vw == HouseInfo[h][hInsideWorld]) return h; make sure that stattext is used to be stringed or remove it ...
74
For the first command Quote: new cmdreason; if(sscanf(params,"u",cmdreason)) { SendClientMessage(playerid,COLOR_ERROR,"{CACA00}[INFO]{FFFFFF}: /adsetskin [PlayerID] [SkinID]"); ...
58
For the first command Quote: new cmdreason; if(sscanf(params,"u",cmdreason)) { SendClientMessage(playerid,COLOR_ERROR,"{CACA00}[INFO]{FFFFFF}: /adsetskin [PlayerID] [SkinID]"); ...
58
Yo guys, i have problem when adding IsPlayerInDynamicCP to a command or KEY_WALK on OnPlayerKeyStateChange Nothing happens as it's supposed that it work as a robbery cp.. Note: when adding it as a n...
61
After mapping the codes, go www.convertffs.com and convert them so they will be converted with good indention
56
Be sure that there aren't any object with "CreateObject" because this will remove the CreateDynamicObject power.. and use the latest version of streamer.dll , .so and include then re-compile.....
56
Quote: Originally Posted by DavidGravelli pawn Код: CMD:buygun(playerid, params[]){          if(GetPlayerCash(playerid) < 1) return SCM(playerid, COLOR_GREY, "** You dont have ...
73
If honnor's solution didn't work try this: if(response) { if(listitem == 0) { GHelp(playerid); return 1; } }
44