Search Results
Edit: Did some edits and with both of your help its working now thanks rep for both of u
142
The message is being displayed "increased your seconds by 1" every second but still it shows 0 0 0 over /timeplayed :/
142
Leave saving aside it isn't showing any increment what could be wrong ? in OnGameModeInit pawn Код: SetTimer("TimeUpdater",1000,true); pawn Код: forward TimeUpdater(playerid);public Time...
142
If you want player to not speak when he got mask Simply do it like this new mask[MAX_PLAYERS]; Then when the player uses the mask cmd set the mask=1; And in onplayertext call use if(mask==1){ w/e yo...
66
So to know the reason behind the crash i used crashdetect plugin . Code: [15:39:11] [debug] Server crashed while executing script.amx [15:39:11] [debug] AMX backtrace: [15:39:11] [debug] #0 native m...
61
Use crash detect plugin to look for errors.
150
OMG i forgot such simple thing. Tried it and it works Cutx meng you are my saviour xD
71
pawn Код: if(hittype == BULLET_HIT_TYPE_OBJECT) {         if(IsValidObject(hitid)) {            if(ObjectDamage[hitid] == true) {   if(Team[playerid]!=A&&ObjectDamage[Object_ID...
71
pawn Код: if(Team[playerid] != ASIA)    {        if(hittype == BULLET_HIT_TYPE_OBJECT)        {        if(IsPlayerInArea(playerid,1278.047851, -939.960571, 1374.047851, -819.960571))...
52
@Big Quote: case newbies://I have defined numbers(skin ids) of team B that can be frozen) I have defined newbies at top of the script with skin ids of team B
133
Well i will fix the indention if you have solution to my problem please post it
133
Yeah it sounds strange,Suddenly KEY_WALK function has stopped working for Team A,but it works fine for TEAM B. And its problem with KEY_WALK only,If i change KEY_WALK to other keys it works for Team...
133
While creating your command use the variable CMD:balbla(playerid,params[]) { if(Minigames[playerid] == 1) { Your things } return 1; }
238
The code is placed @OnPlayerUpdate pawn Код: GetObjectPos(AmmoBox,X,Y,Z);    foreach(Player,i)    {     if(IsPlayerInRangeOfPoint(i,0.5,X,Y,Z))     {      if(team[i] == A)      {Â...
84
Basically i want wen A team use Left Alt ,If he is of Team B and is near him he should die at instant. I tried it but my code didn't work can you help me out please pawn Код: if(PRESSED(KEY_WALK)...
51
Hello Scripters I would like your little help in here,I tried to create a damage system for my script but its not kinda working mind giving me a hand ? pawn Code: if(team[issuerid] == TEAM_A)   ...
63
None of the condition there. Script is small also no brackets error because it didn't crashed. Its like that when i hit F5 ._. i can easily press X button(close it)
116