16.08.2010, 14:00
Under OnPlayerConnect:
Say if there are bugs. ^^
pawn Код:
new str[128];
GetPlayerName(playerid,pName, MAX_PLAYER_NAME);
format(str, 128, "Hello %s!!!", pName);
SendPlayerMessageToAll(0, str); //Change the 0 to the ID of your NPC