06.11.2014, 03:30
playername should be in the form of a string, so it'd be:
pawn Код:
new playername[32] = blahblahblah; // 32 is the length of the string, 128 is the max. Names are never over 32.