02.03.2010, 17:00
I've tried to make it so that everyone that joins, will get their names in white.
Well their color is light blue..
This is my script,
Well their color is light blue..
This is my script,
Код:
public OnPlayerRequestClass(playerid, classid) { SetPlayerPos(playerid, 2020.6265, 1007.7409, 10.8203); SetPlayerCameraPos(playerid, 2020.6265, 1007.7409, 10.8203); SetPlayerCameraLookAt(playerid, 2020.6265, 1007.7409, 10.8203); SetPlayerColor(playerid, 0xFFFFFF); return 1;