19.04.2012, 07:38
You didn't close the bracket thing..
Explanation:
You open GetPlayerName by typing this: GetPlayerName(
Then you open sizeof by typing this: sizeof(
Then you close sizeof by typing this at the end of the sizeof part: )
But you forgot to close GetPlayerName..
Edit: Bogdan was first
pawn Код:
GetPlayerName(playerid, pName, sizeof(pName));
You open GetPlayerName by typing this: GetPlayerName(
Then you open sizeof by typing this: sizeof(
Then you close sizeof by typing this at the end of the sizeof part: )
But you forgot to close GetPlayerName..
Edit: Bogdan was first

