20.04.2010, 18:30
You dont need the (
So rather than:
You can do:
So rather than:
pawn Код:
GetPlayerName(playerid,PlayerName,sizeof(PlayerName));
pawn Код:
GetPlayerName(playerid,PlayerName,sizeof PlayerName);