stock/public problem
#8

try changing to this
pawn Код:
enum TelePosEnum
{
   Float:tX,
   Float:tY
};
new TelePosGps[MAX_PLAYERS][TelePosEnum];
No need to make the variable a float the enum does that for you. As The MAX_PLAYERS part of the variable will be holding an int (playerid).
Reply


Messages In This Thread
stock/public problem - by The_Gangstas - 05.11.2010, 06:39
Re: stock/public problem - by Retardedwolf - 05.11.2010, 06:41
Re: stock/public problem - by The_Gangstas - 05.11.2010, 06:53
Re: stock/public problem - by Retardedwolf - 05.11.2010, 06:59
Re: stock/public problem - by The_Gangstas - 05.11.2010, 07:07
Re: stock/public problem - by Retardedwolf - 05.11.2010, 07:12
Re: stock/public problem - by The_Gangstas - 05.11.2010, 07:15
Re: stock/public problem - by iggy1 - 05.11.2010, 07:25

Forum Jump:


Users browsing this thread: 3 Guest(s)