25.11.2012, 03:16
Quote:
Look , Get all the line but in error's detail's in "(())" That's he write you what the line of error's what exctly the line update it with all what connect to this... and we'll see...
|
Код:
C:\Users\Jayden\Desktop\samp server\filterscripts\avs.pwn(510) : error 001: expected token: ";", but found "stock"
Код:
stock PlayerName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name; }