IsPlayerNearObject - Problem
#6

Doing:
pawn Код:
GetObjectPos(box1, X, Y, Z);
of course will not work because box1 is undefined.
pawn Код:
// global:
new box1;

// To the place you create the object:
box1 = CreateObject(...);
Reply


Messages In This Thread
IsPlayerNearObject - Problem - by Avi Raj - 14.02.2014, 12:43
Re: IsPlayerNearObject - Problem - by newbienoob - 14.02.2014, 12:51
Re: IsPlayerNearObject - Problem - by Konstantinos - 14.02.2014, 12:52
Re: IsPlayerNearObject - Problem - by CuervO - 14.02.2014, 12:53
Re: IsPlayerNearObject - Problem - by Avi Raj - 14.02.2014, 12:53
Re: IsPlayerNearObject - Problem - by Konstantinos - 14.02.2014, 12:56
Re: IsPlayerNearObject - Problem - by CuervO - 14.02.2014, 12:57
Re: IsPlayerNearObject - Problem - by Avi Raj - 14.02.2014, 13:00
Re: IsPlayerNearObject - Problem - by Konstantinos - 14.02.2014, 13:01
Re: IsPlayerNearObject - Problem - by Avi Raj - 14.02.2014, 13:05

Forum Jump:


Users browsing this thread: 1 Guest(s)