Macros problem
#2

on top

forward SetPlayerPosCircle(playerid,MainSpawn,value);

somewhere under main(), but not in it

public SetPlayerPosCircle(playerid,MainSpawn,value)
{
new rr = random ( %4 ),ra = random ( 360 );
SetPlayerPos (playerid, %0, %1 + ( floatsin ( ra, degrees ) * rr ) , %2 + ( floatcos ( ra, degrees ) * rr ) , %3 )

Or your strange script
}
Reply


Messages In This Thread
[ Fixed ] Macros problem - by Scottas - 28.08.2010, 17:18
Re: Macros problem - by Voldemort - 28.08.2010, 17:44
Re: Macros problem - by [XST]O_x - 28.08.2010, 17:48
Re: Macros problem - by Scottas - 28.08.2010, 18:01
Re: Macros problem - by Scottas - 28.08.2010, 20:45

Forum Jump:


Users browsing this thread: 1 Guest(s)