Quote:
Originally Posted by HardRock
You can do it with textdraw or:
PHP код:
public OnPlayerUpdate(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,4.0,1023.9600,2111.4851,10.8203))
{
if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
GameTextForPlayer(playerid, "Type /mission to start", 2500, 1);
}
}
return 1;
}
|
this will cause the same problem of SendClientMessage.
btw everything is fixed, thanks all