20.02.2009, 14:11
Hello,
I have started to learn pawn. After using the Wiki and the premade script I have, i figured out this code:
But on "SendClientMessageToAll(COLOR_WHITE, "Welcome To Citzen:<name> ");" I need name to appear on it of the player. Can anyone help me on this?
Thanks,
Bubka3
I have started to learn pawn. After using the Wiki and the premade script I have, i figured out this code:
Quote:
//Gteam 0 { if(gTeam[playerid] != 0) { SetPlayerColor(playerid, 0xFFFFFFAA); } { SendClientMessageToAll(COLOR_WHITE, "Welcome To Citzen: "); } } |
Thanks,
Bubka3