10.07.2010, 02:48
You say you have gone through the entire related wiki and the forum and still couldn't find it?
Use the following to make your gates:
1) CreateObject.
2) MoveObject
Put the name of the gate in place of the object id.
3) IsPlayerInRangeOfPoint
If a player is in range of the gate:
Use the following to make your gates:
1) CreateObject.
Код:
new gate = CreateObject(.........);
Put the name of the gate in place of the object id.
3) IsPlayerInRangeOfPoint
If a player is in range of the gate:
Код:
new skin = GetPlayerSkin(playerid); if(skin != 124) return 0; //rest of the code (moveobject)