SA-MP Forums Archive
How to Add a Car In RP - 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: How to Add a Car In RP (/showthread.php?tid=256729)



How to Add a Car In RP - minhnhat656 - 22.05.2011

How to Add a car in RP ? , please help me


Re: How to Add a Car In RP - Sascha - 22.05.2011

click through this links and read them..
https://sampwiki.blast.hk/wiki/Category:..._Documentation

pawn Код:
public OnGameModeInit()
{
    AddStaticVehicle(model, xcoord, ycoord, zcoord, azcoord, color1, color2);
    return 1;
}