07.02.2009, 12:59
Quote:
|
Originally Posted by harrold
if i go use strings then it won't work
pawn Код:
Код:
error 006: must be assigned to an array |
Код:
new something[MAX_PLAYERS][2][128];
Код:
something[playerid][1] = "BUhahaha lol imao";
Код:
print(something[playerid][1]);

