05.06.2016, 16:26
Code
And I Want To Make That If A Person Is Sitting On The Chair And Another Player trys To sit on it t says chair already taken Please help Me Fast
Код:
CMD:sit(playerid,params[])
{
if(!IsPlayerInRangeOfPoint(playerid, 15.0 , -1517.2539,743.3757,-10.9226 )) return SendClientMessage(playerid,0xFF0000AA,"*You must be in club to use this command.");
SetPlayerPos(playerid,-1517.2539,743.3757,-10.9226 );
SetPlayerFacingAngle(playerid, 180.0);
ApplyAnimation(playerid,"PED","SEAT_IDLE",4,0,0,0, 1,0,1);
SendClientMessage(playerid, 0xFFFF00C8, "You are now sitting and enjoy.Type /standup for standing");
return 1;
}

