09.01.2013, 22:19
Quote:
|
Edit: Disregard the question that was here. Apparently you can't convert like in C# where you could do
pawn Код:
|
This will work perfectly fine in Pawn:pawn Код:
str[0] = 3 + '0';
|
Edit: Disregard the question that was here. Apparently you can't convert like in C# where you could do
pawn Код:
|
This will work perfectly fine in Pawn:str[0] = 3 + '0';