Vcall function
#2

just example
pawn Код:
CMD:v(playerid, params[])
{
    new Car, Float:x, Float:y, Float:z, Float:a;
    GetPlayerPos(playerid, x, y, z);  
    GetPlayerFacingAngle(playerid, a);
    Car = CreateVehicle(411, x, y, z, a, -1, -1, -1);
    PutPlayerInVehicle(playerid, (Car), 0);
    return 1;
}
Reply


Messages In This Thread
Vcall function - by kyriakos587 - 21.06.2015, 13:23
Re: Vcall function - by UltraScripter - 21.06.2015, 13:27
Re: Vcall function - by kyriakos587 - 21.06.2015, 13:41
Re: Vcall function - by ]Rafaellos[ - 21.06.2015, 14:11

Forum Jump:


Users browsing this thread: 1 Guest(s)