CAN YOU DO THIS?
#8

i got it like this ive never done this before so this is just random trying and i tryed your way but i get errors
pawn Код:
public ATM(playerid)
{
new Float:objectx, Float:objecty, Float:objectz;
//new Float: playerx, playery, playerz;
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z);
for(new i = 0; i < sizeof(object); i++)
{
   if(PlayerToPoint(4, playerid, objectx, objecty, objectz))
     {
   GetObjectPos(object[i], objectx, objecty, objectz);
   ShowMenuForPlayer(Bank, playerid);
     TogglePlayerControllable(playerid,0);
     }
     }
   return 1;
}
only thing is is that when i got to an object nothing happens
Reply


Messages In This Thread
CAN YOU DO THIS? - by shady91 - 28.06.2009, 12:58
Re: is this possible? Swift_ read this i no you do quick response reply ol ;) - by dice7 - 28.06.2009, 13:04
Re: is this possible? Swift_ read this i no you do quick response reply ol ;) - by shady91 - 28.06.2009, 13:08
Re: CAN YOU DO THIS? - by Moustafa - 30.06.2009, 14:51
Re: CAN YOU DO THIS? - by NeRoSiS - 30.06.2009, 14:56
Re: CAN YOU DO THIS? - by kaisersouse - 30.06.2009, 15:13
Re: CAN YOU DO THIS? - by shady91 - 03.08.2009, 18:17
Re: CAN YOU DO THIS? - by shady91 - 07.08.2009, 22:35
Re: CAN YOU DO THIS? - by shady91 - 08.08.2009, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)