19.11.2014, 10:09
(
Последний раз редактировалось Dutheil; 25.11.2014 в 12:36.
)
Just...
If when you compile, you have a problem (errors/warns), search the line(s) and try to understand.
Otherwise, post the line(s) and the errors/wanrs here, we'll help you.
pawn Код:
stock UserPath(playerid)
{
GetPlayerName(playerid,playername,sizeof(playername));
return playername;
}
Otherwise, post the line(s) and the errors/wanrs here, we'll help you.