15.09.2010, 15:34
like a russian family? La Famiglia Sinatra?
i think ur using a godfather edit simple do this.
Fill in ur details
also define ur gate so
then at the vehicles and objects
i think ur using a godfather edit simple do this.
Код:
strcmp bla bla // command to open gate { if(PlayerInfo[playerid][pMember] == 6) return SendClientMessage(playerid,YOURCOLOR,"You have to be in the gang to open this gate."); { MoveObject(gate1, and co-ordinates etc. ); return 1; }
also define ur gate so
Код:
new gate1; //on top
Код:
CreateObject(gate1,co-ordinates and all this other stuff );