16.05.2015, 10:01
(
Последний раз редактировалось Smileys; 16.05.2015 в 10:39.
)
Quote:
pawn Код:
|
Thanks for informing me!
EDIT: can't really make the s_Teleports array static as it fucks up with the macros, when I try to do this:
PHP код:
stock GetTeleportName( telid )
{
return s_Teleports[ telid ][ NAME ];
}
if anyone knows what's wrong with that, please inform me so I can update it.