Jetpack Command
#3

Here it is:

PHP код:
if(strcmp(cmdtext,"/jetpack",true) == 0)
    {
        if(
PlayerInfo[playerid][pAdmin] == 1338 )
        {
        new 
Float:X,Float:Y,Float:Z;
        
GetPlayerPos(playerid,X,Y,Z);
        
SetPlayerPos(playeridXYZ);
        
CreatePickup(370,2,X,Y,Z);
        
SendClientMessage(playeridCOLOR_GREY"* Spawned Jetpack");
        }
        else
        {
              
SendClientMessage(playerid0xAA0000AA"You Have To Be A Level 1338 Admin To Use This!");
        }
        return 
1;
    } 
Reply


Messages In This Thread
Jetpack Command - by Ltz-boy - 12.08.2011, 15:59
Re: Jetpack Command - by [MG]Dimi - 12.08.2011, 16:01
Re: Jetpack Command - by Ltz-boy - 12.08.2011, 16:04
Re: Jetpack Command - by [MG]Dimi - 12.08.2011, 16:10
[No subject] - by Ltz-boy - 12.08.2011, 16:11
Re: Jetpack Command - by [MG]Dimi - 12.08.2011, 16:14
Re: Jetpack Command - by Ltz-boy - 12.08.2011, 16:17
Re: Jetpack Command - by grand.Theft.Otto - 12.08.2011, 16:23
Re: Jetpack Command - by Ltz-boy - 12.08.2011, 16:24
Re: Jetpack Command - by grand.Theft.Otto - 12.08.2011, 16:28

Forum Jump:


Users browsing this thread: 1 Guest(s)