08.09.2014, 17:10
Hello Guys 
I am new and want to know how to make a welcome message with name.
For Example :
How to script that :/ ?

I am new and want to know how to make a welcome message with name.
For Example :
Quote:
public OnPlayerConnect(playerid) { SendClientMessage(playerid,COLOR_GREEN,"Welcome to UltimateFS (PlayerXY)!"); return 1; } |