Variable I think
#1

I tried that when you type the command a player can not just another player key and when the object got into position. To order it goes whether or not the object to its original position.


PHP код:
if(strcmp(cmd"/balon"true) == 0)
    {
        if(
IsPlayerInRangeOfPoint(playerid53808.3311,-537.4142,3.9412))
        {
            if(
BalonTime[playerid] = 1)
            {
                
MoveObject(Balon3740.3618, -563.420074.295050.00000.0000, -75.7200);
                
SetTimerEx("Balon1"8000false"i"playerid);
                
BalonTime[playerid] = 0;
                return 
1;
            }
            else 
SendClientMessage(playerid, -1"Ai rabdare sa se intoarca balonul pe insula.");
        }
    } 
Reply
#2

UP !
Reply
#3

UP !
Reply
#4

We don't understand your intentions.
Reply
#5

When a person types in command for a time can not key another person the same command.
Reply
#6

You can't use one '=' in if() {} loops
Use:
Код:
if(BalonTime[playerid] == 1)
And also
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)