[Map] 0.3c stunt
#17

pawn Код:
if(strcmp(cmdtext, "/skystunt", true) == 0)
                {
                if(IsInDM[playerid] ==1)
                {
                SendClientMessage(playerid,COLOR_RED,"If you want to teleport use /leaveskystunt");
                return 1;
                }
                else SetPlayerPos(playerid, 5041.4365, -2249.7756, 404.1307);
                nojump2[playerid] = 0;
                SetPlayerHealth(playerid, 100);
                SetPlayerInterior(playerid, 0);
                SetCameraBehindPlayer(playerid);
                ResetPlayerWeapons(playerid);
                new string[128], playerName[MAX_PLAYER_NAME];
                GetPlayerName(playerid, playerName, MAX_PLAYER_NAME);
                format(string, sizeof(string), "[Teleport] %s has teleported to /skystunt", playerName);
                for(new i=0; i<MAX_PLAYERS; i++)
                {
                if(IsPlayerConnected(i))
                {
                if(ReceiveInfo[i] == true)
                {
                    SendClientMessage(i, COLOR_LIGHTBLUE, string);
                }
                }
                }
   return 1;


Other thing, Some of those objects are transparent, and I have to go outta the car and back in so they will show. How to fix that? Would it fix be changing all CreateObject to CreateDynamicObject?
Reply


Messages In This Thread
0.3c stunt - by Speederx - 11.02.2011, 12:09
Re: 0.3c stunt - by Montis123 - 11.02.2011, 12:12
Re: 0.3c stunt - by Speederx - 11.02.2011, 12:15
Re: 0.3c stunt - by Montis123 - 11.02.2011, 12:19
Re: 0.3c stunt - by iJumbo - 11.02.2011, 12:22
Re: 0.3c stunt - by schillow - 11.02.2011, 13:36
Re: 0.3c stunt - by Paul_Garcia - 12.02.2011, 15:43
Re: 0.3c stunt - by Stunt_Guy - 14.02.2011, 08:29
Respuesta: Re: 0.3c stunt - by ichi - 17.05.2011, 04:56
Respuesta: 0.3c stunt - by ichi - 19.05.2011, 04:00
Re: 0.3c stunt - by Skidmarks - 19.05.2011, 07:14
Re: 0.3c stunt - by =SR=Tony - 24.05.2011, 08:45
Re: 0.3c stunt - by Meinstad - 24.05.2011, 09:06
Re: 0.3c stunt - by BASITJALIL - 24.05.2011, 17:37
Re: 0.3c stunt - by wizzi - 24.05.2011, 17:45
Re: 0.3c stunt - by JakeyBoyo - 24.05.2011, 19:53
Re: 0.3c stunt - by ColdIce - 25.05.2011, 19:41
Respuesta: 0.3c stunt - by Matyaas - 25.03.2012, 20:33
Re: 0.3c stunt - by Edvin - 26.03.2012, 11:20
Re: 0.3c stunt - by Dredd - 26.03.2012, 14:31
Re: 0.3c stunt - by RandomDude - 08.04.2013, 19:35

Forum Jump:


Users browsing this thread: 2 Guest(s)