/pass
#1

Can some one help me to do /pass cause i wasn't able to do it. This is my script i got 26 errors:


Код:
    if(strcmp(cmd, "/pass", true) == 0)
	}
		if(IsPlayerConnected(playerid))
		{
			if(!IsPlayerInRangeOfPoint(playerid,5,1450.8146,-1024.9728,2066.6331))
			{
			    SetPlayerPos(playerid, 1447.4244,-1023.3749,2054.1021);
			}
			SendClientMessage(playerid, COLOR_GRAD1, "   You have been teleported !");
			SetPlayerInterior(playerid,0);
			PlayerInfo[playerid][pInt] = 0;

			else
			{
			    SendClientMessage(playerid, COLOR_GRAD1, "   You are not at the bank vault !");
			}
		}
		return 1;
 	{
Thanks for the help =]
Karl1195
Reply


Messages In This Thread
/pass - by Karl1195 - 06.07.2011, 12:20
Re: /pass - by Mauzen - 06.07.2011, 12:29
Re: /pass - by SmileyForCheat - 06.07.2011, 12:30
Re: /pass - by Karl1195 - 06.07.2011, 13:02
Re: /pass - by Karl1195 - 06.07.2011, 13:32
Re: /pass - by Laronic - 06.07.2011, 14:32

Forum Jump:


Users browsing this thread: 2 Guest(s)