Search Results
Quote: Originally Posted by oMa37 https://sampforum.blast.hk/showthread.php?tid=99649 Ye this helped me 2 days ago, thx anyways.
103
You need to add the info in the .php files, like adding the server address, etc..
48
Sorry for double posting, any answers?
103
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.
103
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...
100
ShowPlayerDialog(playerid, DIALOG_EX, DIALOG_STYLE_LIST, "Choose items ","1st\n2nd\n3rd\n4th","Ok","Cancel"); Quote: if(dialogid == DIALOG_EX) { if(!response) return SendClientMessa...
80
Well, nice one, +REP Added to my server successfully Thanks.
201
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...
545
make with your name.. your only name that can use it...
68
Still doesn't work, that's my code.. Quote: if(newkeys & KEY_WALK) { if(IsPlayerInDynamicCP(playerid, CP_Calg)) { if(CalgRobbedRecently >= 1) { SendClientM...
88
.. sry for double posting lagging as hell..
103
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 ...
103
For the first command Quote: new cmdreason; if(sscanf(params,"u",cmdreason)) { SendClientMessage(playerid,COLOR_ERROR,"{CACA00}[INFO]{FFFFFF}: /adsetskin [PlayerID] [SkinID]"); ...
87
For the first command Quote: new cmdreason; if(sscanf(params,"u",cmdreason)) { SendClientMessage(playerid,COLOR_ERROR,"{CACA00}[INFO]{FFFFFF}: /adsetskin [PlayerID] [SkinID]"); ...
87
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...
88
After mapping the codes, go www.convertffs.com and convert them so they will be converted with good indention
95
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.....
95
Quote: Originally Posted by DavidGravelli pawn Код: CMD:buygun(playerid, params[]){          if(GetPlayerCash(playerid) < 1) return SCM(playerid, COLOR_GREY, "** You dont have ...
137
If honnor's solution didn't work try this: if(response) { if(listitem == 0) { GHelp(playerid); return 1; } }
78