Search Results
i got same problem but after reinstaling it just turns on and crashes
133
*bump* (12 hours have gone - actualy more) maybe anyone can show me how to make basic one and i will change or show me something similar ?
74
Hey im thinking of making a Clan System for my DM Player Can Create Clan just 15 level and over Код: pLevel[MAX_PLAYERS] // my level varble Leader Can Give Clan Admin To Max 3 Players They Can ...
74
pawn Код: if(listitem == 0)            {                if(GetPlayerMoney(playerid) <= 2000){                GivePlayerWeapon(playerid,22, 500);                Tog...
191
and you are you making GF edit i guess ? This forum requires that you wait 120 seconds between posts. Please try again in 64 seconds. =.=
239
are you using any savesystem ? you can make then HiddenClassUnlocked[MAX_PLAYERS]; and then 1 for unlocked and 0 for locked and then if someone want be in that class (whatever by cmd or class selectio...
101
well i cant test it now because i havent got anyone to test it with ;p but i will tell you if something is wrong here after i test it
110
well how to get people in area of 10 and then loop function thought them ? (message)
110
argument 1 is wrong you need to change it (teling you what error says not how to fix it )
199
Hey I got a script taken out of orginal server pack (gl_bubblechat) and i was wondering how i could edit it to my use pawn Код: //// Example use of chat above player's head//#include <a_samp>...
110
and you put same function twice .... (sory for duble post just spoted that)
1,302
@up Quote: etPlayerTeamFromClass(playerid, classid) i found you the line that is wrong now check it what is worng .... (check for silly mistakes like that and dont turn up to foru...
1,302
pawn Code: if (gTeam[playerid] == TEAM_RED);{SetPlayerPos(playerid,-1385.2020,507.8355,18.2294,81.0479);}if (gTeam[playerid]) == TEAM_BLUE); {SetPlayerPos(playerid,147.8706,2501.1167,16.4844,287.1192...
86
is killerfile asigned to killerid ? well i cant see that
143
Sorry for Duble Post But Here It Is: Frist We Need Define Team (Just Name For Team Nubmer) so (we can have more then 1 team) Код: #define TEAM_COP 1 //under includes then we need varble for tea...
194
i will rewrite this for you in more clear way (dunno if there is one xD) and add few more informations just give me some time
194
pMember is an var so on top of your script there will be Код: #define TEAM_COP 1 //define one of groups (each of them with difrent number best) new pMember[MAX_PLAYERS]; //var that sto...
194
no he mean asci art just have idea and do it by hand Код: ## # ##### # # ##### # # ##### ##### # # # # # # # # # # # # # # # #### ## ##### # ...
126
try #define WHITE 0xFFFFFFAA and put in argument 1 WHITE ( i dont know why are trying to use new becouse colors have to be defined )
75
Nice Tutorial Helped me a lot but why are you getting them to write long pice of code (boring one) and not use switch Quote: Code: SetPlayerTeamFromClass(playerid, classid) { if(classid == 0)...
1,302