06.10.2016, 16:07
How i can do it on command this when im not inside this it will say you are not inside this car
Quote:
CMD:working(playerid, params[]) { if( posaosmetlar[ playerid ] != 0 ) return SendClientMessage( playerid, -1, "You are already in work place!" ); SetPlayerCheckpoint(playerid, 2328.3623,-1989.4958,14.0952, 3.0); TextDrawShowForPlayer(playerid, mywork[playerid]); TextDrawShowForPlayer(playerid, mywork1[playerid]); CP[playerid] = 1; SetTimer("romming", 10000, false); } return 1; } |