#2

Try this:
PHP код:
CMD:startpaint(playerid)
{
    
SetPlayerHealth(playerid50);
    
SendClientMessage(playeridCOLOR_RED"Follow the checkpoints to continue painting.");
    
SendClientMessage(playeridCOLOR_RED"You now have started painting.");
    
SetPlayerCheckpoint(playerid206.6469, -238.13381.57813.0);
    
    if(
IsPlayerInRangeOfPoint(playerid3.0195.8659, -237.83711.5781))
    {
        
SendClientMessage(playerid,COLOR_RED,"basic test");
    }
    return 
1;

Reply


Messages In This Thread
cmd - by Rassh - 02.12.2016, 18:20
Re: cmd - by RyderX - 02.12.2016, 18:56

Forum Jump:


Users browsing this thread: 1 Guest(s)