Search Results
pawn Код: else //that line    {        SendClientMessage(playerid, COLOR_GRAD2, "   You are not authorized to use that command !");    }
107
so there is no practical solution ??
215
oh oh replace killername with killerid and playername with playerid , dun define it it's already defined in onplayerdeath callback
154
pawn Код: stock ShowStats(playerid, playerb){    new string[256], gender[8], Float:H, Float:A;    // Gender    if(PlayerInfo[playerb][pGender] == 1) format(gender, sizeof(gender), "Male"); ...
215
that was i meant but he tried it as he say in the last of the thread
154
lol my function is with 2 arguments, this will give me error.
215
hello scripters ,I have Problem with that command: pawn Код: CMD:ocheckstats(playerid, params[]){    new playerb[32],file[32];    if(PlayerInfo[playerid][pAdmin] >= 3)    {    if(!sscan...
215