Can only use it once.
#1

I used the /ogate to open and then when I got out I done /cgate.
Done it again (/ogate) to see if it was working and it didnt open again :/
Help?:

Commands:
pawn Код:
CMD:ogate(playerid, params[]) {
     if(playerVariables[playerid][pGroup] == 5)
     if(IsPlayerInRangeOfPoint(playerid, 7.0, -411.60000610352, 1361.6999511719, 31.200000762939))
     {
          MoveObject(objectname, -411.60000610352, 1362, 14.800000190735, 1);
     }
     else
     {
          SendClientMessage(playerid, COLOR_RED, "You are either not in range or not apart of the S.A.S!");
     }
     return 1;
}
pawn Код:
CMD:cgate(playerid, params[]) {
     if(playerVariables[playerid][pGroup] == 5)
     if(IsPlayerInRangeOfPoint(playerid, 7.0, -411.60000610352, 1361.6999511719, 31.200000762939))
     {
             MoveObject(objectname2, -411.60000610352, 1361.6999511719, 31.200000762939, 1);
     }
     else
     {
           SendClientMessage(playerid, COLOR_RED, "YOu are either not in range or not apart of the S.A.S!");
     }
     return 1;
}
Reply


Messages In This Thread
Can only use it once. - by BleverCastard - 07.01.2012, 11:10
Re: Can only use it once. - by [ABK]Antonio - 07.01.2012, 11:17
Re: Can only use it once. - by BleverCastard - 07.01.2012, 11:22
Re: Can only use it once. - by [ABK]Antonio - 07.01.2012, 11:26
Re: Can only use it once. - by BleverCastard - 07.01.2012, 11:28
Re: Can only use it once. - by [ABK]Antonio - 07.01.2012, 11:32
Re: Can only use it once. - by BleverCastard - 07.01.2012, 11:35
Re: Can only use it once. - by Babul - 07.01.2012, 12:13

Forum Jump:


Users browsing this thread: 3 Guest(s)