24.08.2011, 09:46
My previous thread some one said to use a filterscript, I dont like using filterscripts and I WILL NOT use them on my gamemode, But so far
OnGameModeInit
OnPlayerconnect
Iv tried many many things! Can NOT get them to work and its getting irritating.
pawn Code:
new Text:WelcomeText;
pawn Code:
WelcomeText = TextDrawCreate(246 ,456 , "[SDK]FreeRoam scripted by [SDK]Azzeto");
pawn Code:
TextDrawShowForPlayer(playerid,Text:WelcomeText);