23.01.2012, 04:38
Look, i had created a custom map and set my event round there... When anyone type /minigun1 he will TP to that area and will get minigun with unlimited ammo. But he can also goto other Teleport by using other teleports like after joining /minigun1 he can do /gotols then he will not lose his minigun Please tell me what to write so nobody can leave the /minigun1 without typing /kill... Please help ..
Код:
CMD:minigun1(playerid, params[])
{
SetPlayerPos(playerid,1367.6130,1540.9064,121.1731);
GivePlayerWeapon(playerid, 38, 22222);
GameTextForPlayer(playerid,"Welcome to Minigun Round, /Kill to quit don't fire outside cage :D",4000,6);
return 1;
}


