21.12.2011, 20:40
pawn Код:
public OnPlayerConnect(playerid)
{
new rope[128];
GetPlayerName(playerid,nAme,sizeof(nAme));
format(rope,sizeof(rope),"Join: %s",nAme);
TextDrawSetString(joinmsg,String);
TextDrawShowForAll(joinmsg);
return 1;
}