Search Results
if(strcmp(cmd, "/fishslap", true) == 0) { for (new i;i<MAX_PLAYERS;i++) { tmp = strtok(cmdtext, idx); if(!IsPlayerConnected(i)) return SendClientMessage(playerid, -1, "[ERROR]: That p...
82
Hi again still trying,i realize that the 'i',is the same thing as id 0.For Eg. GetPlayerHealth(i,health);// In my script this is saying get Id 0 health SetPlayerHealth(i, health-5);//In my script thi...
82
sry for my lag of script knowledge but how i putting in as [pawn]code lolz
87
The place i put it making the pawn not compile its not even getting errors just blank sigh.... if(strcmp(cmd, "/fishslap", true) == 0) { tmp = strtok(cmdtext, idx); new targetid = strval(tmp)...
87
ok what im asking is: is it possible to get a player function and automatically checks from id 0 to id 32,
72
lol i know 'player[>0<32]' is not a script but the idea could be,is the idea possible?See im getting an id 0 problem and im still trying to fix it lol
72
when i try to excute the command it says 'Cannot Fishslap your self"
145
it still did the same thing MoroDan
145
sry for the mess i dont know how to get the [pawn]
145
if(strcmp(cmd, "/fishslap", true) == 0) for(new i = 0; i < MAX_PLAYERS; i++) { tmp = strtok(cmdtext, idx); if(gTeam[playerid] == CIVILIAN || gTeam[playerid] == GAZA) { if(pl...
145
the command im trying to excute isnt working for id 0 (Cannot Fishslap yourself) for(new i = 0; i < MAX_PLAYERS; i++)
145
TY for the pawn code,still need help though lol
168
how to get in the pawn code view?I don't want it to be too frustrating.
168
Hey again guys,i made a slap command and it works fine but id 0 can`t use it,it keeps saying 'You cannot fishslap yourself!' Here is my script please help .... if(strcmp(cmd, "/fishslap", true) == ...
168
Hi Again guys i was wondering to make my command without putting an ID(for eg. /fishslap 1),i was wondering how to make it just 'fishslap' and it will find the player id,plus i was getting a problem w...
67
yea it make sense but where can i get teh obtain id?
73
Hey again guys,i was just wondering how to attack someone within a certain range and not needing to put there Ids to attack,for eg. '/rob (without id)' and the if the person isn't near it should stat...
73
i know my function call isnt right Regernation(playerid,15); //Error line(9977)
141