Search Results
Quote: Originally Posted by Shinja Save the positions on quit and load them again How Sry i am begginner and i try my best D:
86
Hello, how i can but like this when player quit server and later come back and hes last location?? Now i need press "Spawn" And then spawn.
86
Get fixed, i miss one line..
60
PHP код: CMD:teeadminiks(playerid, params[]) {     new playerb, level, string[128];     if(Logged[playerid] == true)     {         if(PlayerInfo[playerid][pAdmin] >...
60
PHP код: CMD:v6tat88(playerid, params[]) {     if(Logged[playerid] == true)     {         if(PlayerInfo[playerid][Tookoht] == 0)         {             i...
65
Quote: Originally Posted by Shinja Lines... PHP код: if (aDuty[playerid] == 0) //Check if player is on duty 
163
PHP код: warning 213: tag mismatch  PHP код: if(Logged[playerid] == true)  PHP код: new     Logged[MAX_PLAYERS],     gOoc[ MAX_PLAYERS ] ; 
163
Quote: Originally Posted by TopShooter Use this -,- PHP код: if(sscanf(params, "id", playerb, skinid))  Ty its work :3
130
Quote: Originally Posted by oMa37 PHP код: if(!sscanf(params, "ds", playerb, skinid))  to PHP код: if(sscanf(params, "ui", playerb, skinid))  Yep. but ...
130
PHP код: COMMAND:mskin(playerid, params[]) {     new playerb, string[128], skinid;     if(Logged[playerid] == true)     {         if(PlayerInfo[playerid][pAdmin] >...
130
Hello! Like Titel says "Looking for scripter samp server" Ofc, i will pay for scripting.
102
Quote: Originally Posted by Shinja Make it false By the way, you could also keep it Logged[MAX_PLAYERS] but in check's you should use PHP код: if(Logged[MAX_PLAYERS] == 1)  ...
207
PHP код: public OnPlayerConnect(playerid) {     gOoc[ playerid ] = 0; Logged[ playerid ] = 0; aDuty[ playerid ] = 0;  And how i change this W?
207
PHP код: new     noooc = 0,     Logged[MAX_PLAYERS],     gOoc[ MAX_PLAYERS ] ;  iuse like this
207
PHP код: THIS the line-- if(Logged[playerid] == true)  And WARNING: PHP код: (1139) : warning 213: tag mismatch 
207
Quote: if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR_RED, "Wrong ID"); this dosnt work /: says Wornh ID i want try by my self.. Like why i cant send m...
166