Heli and Car
#2

pawn Код:
if (strcmp("/heli", cmdtext, true, 5) == 0)
    {
       if(VIP[playerid] == 1) {
        new Float:x1,Float:y1,Float:z1;
        GetPlayerPos(playerid,x1,y1,z1);
        CreateVehicle(497,x1+3,y1+3,z1,0,0,0,9999);
                              }
        return 1;
    }
pawn Код:
if (strcmp("/infernus", cmdtext, true, 5) == 0)
    {
        if(VIP[playerid] == 1) {
        new Float:x1,Float:y1,Float:z1;
        GetPlayerPos(playerid,x1,y1,z1);
        CreateVehicle(411,x1+3,y1+3,z1,0,0,0,9999);
           }
        return 1;
    }
Reply


Messages In This Thread
Heli and Car - by Blackazur - 06.10.2012, 14:38
Re: Heli and Car - by ikbenremco - 06.10.2012, 14:41
Re: Heli and Car - by RedJohn - 06.10.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)