SA-MP Forums Archive
/Nos command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /Nos command (/showthread.php?tid=201658)



/Nos command - Noss* - 21.12.2010

Solved


Re: /Nos command - Luis- - 21.12.2010

pawn Код:
CMD:nos(playerid, params[])
{
    AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
    return 1;
}



Re: /Nos command - Noss* - 21.12.2010

Quote:
Originally Posted by -Luis
Посмотреть сообщение
pawn Код:
CMD:nos(playerid, params[])
{
    AddVehicleComponent(GetPlayerVehicleID(playerid), 1010);
    return 1;
}
Thanks