09.02.2015, 20:02
pawn Код:
new PlayerText3D: teks[MAX_PLAYERS], Float: Pos[3], texxt[32];
and what do you want to check here?
pawn Код:
if(texxt <= 3 || texxt >= 20)
or if that should be a number and not a texxt, change this
pawn Код:
if(sscanf(params, "s[32]", texxt))
pawn Код:
if(sscanf(params, "i", texxt))