05.11.2010, 07:25
(
Последний раз редактировалось iggy1; 05.11.2010 в 07:59.
)
try changing to this
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).
pawn Код:
enum TelePosEnum
{
Float:tX,
Float:tY
};
new TelePosGps[MAX_PLAYERS][TelePosEnum];