Search Results
this answer can be for all the people no just topic starter
158
! = false so there's no point doing ! and == 0 same as doing (IsPlayerAdmin == 1) wrong < you should do (IsPlayerAdmin)
158
PHP код: return SendClientMessage(playerid, "You are not allowed to use this command");  PHP код: SendClientMessage(playerid,"Message too long please shorten it ");Â...
107
PHP код: switch (classid)     {         case 0, 1: //change         {             //code         }                 case 2, 3: // ...
177
PHP код: CMD:admins(playerid,params[]) {     new d_header[50], d_content[144], d_count = 0, d_name[MAX_PLAYER_NAME + 1]; //d_ = dialog     for(new i = 0, j = GetPlaye...
174
So at the top it's PHP Code:  new Float:oldHealth[MAX_PLAYERS];  ? I would rather not use static as to be honest I'm not sure what it is, I'm still in learning pawn. But i'm sure it would ...
6,676
not a expert PHP код: public OnPlayerPickUpPickup(playerid, pickupid) {     if(pickupid == health_100)     {         SetPlayerHealth(playerid, 100);     }     retur...
77
original: PHP Code: CMD:god(playerid) {     if (!IsPlayerAdmin(playerid) && p_Account[playerid][E_ACCOUNT_ADMIN_LEVEL] < 1)         return SendClientMessage(playerid,Â...
6,676
PHP код: [17:30:19]   CrashDetect must be loaded before 'streamer.DLL' [17:30:19]   Failed.  also what do you have on PHP код: public OnPlayerConnect  also if you...
318
Quote: Originally Posted by n00blek i have some bugs with compiler i got this http://prntscr.com/h8v38z trying scrolling up or down in that box
14,363