27.03.2015, 22:28
How come when I use
It doesn't get the message which is 128 chars long, it returns <null>, instead I have to use 129 chars long string, to get it working properly.
Also in the dialog inputs, if you copy and paste the string longer than 128 chars , it can be pasted, but when you write by self, you can enter only 128 chars.
0.3z R4 server.
pawn Code:
new string[128];
GetPVarString(playerid,"Note",string,128);
Also in the dialog inputs, if you copy and paste the string longer than 128 chars , it can be pasted, but when you write by self, you can enter only 128 chars.
0.3z R4 server.