12.02.2015, 15:14
Alright.
On the top of the gamemode.
In the OnGameModeInit
in the OnPlayerPickUpPickup
Thats pretty much it.
On the top of the gamemode.
Код:
new escape;
Код:
escape = CreatePickup(1318, 1, 1862.2916,-1699.6805,5202.5859, -1);
Код:
if(pickupid == escape) { SendClientMessage(playerid, -1, "To escape, just type /escape"); }