/nrg command
#3

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
pawn Код:
CMD:nrg(playerid, params[])
{
    new Car, Float:x, Float:y, Float:z, Float:k;
    GetPlayerPos(playerid, x, y, z);
    GetPlayerFacingAngle(playerid, k);
    Car = CreateVehicle(522, x, y, z, k, -1, -1, -1);
    PutPlayerInVehicle(playerid, (Car), 0);
        return 1;
}
Thx +Rep
Reply


Messages In This Thread
/nrg command - by OmarSerry - 26.06.2015, 19:30
Re: /nrg command - by UltraScripter - 26.06.2015, 19:38
Re: /nrg command - by OmarSerry - 26.06.2015, 19:39
Re: /nrg command - by Abagail - 26.06.2015, 19:41
Re: /nrg command - by Michael B - 26.06.2015, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)