Enterance
#1

Hello.. I want to create an enterance to my bussiness, but script does not working.. What i'm doing wrong?

pawn Код:
CMD:enter(playerid, params[])
{
if (PlayerToPoint(1.0, playerid,dini_Float(String, "EnterX"),dini_Float(String, "EnterY"),dini_Float(String, "EnterZ")))
{
SendClientMessage(playerid,COLOR_GREY,"works");
SetPlayerPos(playerid,dini_Float(String, "EnterX"),dini_Float(String, "EnterY"),dini_Float(String, "EnterZ")+1);
}

return 1;
}
Reply


Messages In This Thread
Enterance - by jaksimaksi - 13.08.2011, 05:54
Re: Enterance - by Darnell - 13.08.2011, 06:18
AW: Enterance - by jaksimaksi - 13.08.2011, 07:44
AW: Enterance - by jaksimaksi - 13.08.2011, 10:38
Re: Enterance - by IstuntmanI - 13.08.2011, 11:17

Forum Jump:


Users browsing this thread: 1 Guest(s)