09.05.2012, 01:30
(
Последний раз редактировалось WarriorEd22; 09.05.2012 в 03:07.
)
fixed
Plane = CreateObject(1683,-2080.3000,248,58,0.000,270.000,270.0000); //Jumbo plane
Pole = CreateObject(17024,-2082.5,238.699,48.2999,0.000,0.000,0.0000); //Launcher(Pole)
CMD:takemethere(playerid, params[])
{
SetPlayerPos(playerid, -2080.3000, 248, 58);
return 1;
}
1. Are you using the correct version of the streamer?
2. Are you using the plugin on server.cfg? 3. Dont use any object editor. Download 0.3e server package. Add these lines under OnGameModeInIt callback of the grandlarc game mode. pawn Код:
pawn Код:
|