17.06.2010, 14:44
Hello Guys can any one tell me the program and how to create a car and then add it to the server please!
Thanks a lot i really need this thing!!
Thanks a lot i really need this thing!!
Originally Posted by Karl115
no mate.. i want to create my own car like they create the turismo is that possible?
|
if(!strcmp(cmdtext,"/nrg",true)) {
new Float:x,y,z,rot;
GetPlayerPos(playerid, Float:x, Float:y, Float:z);
CreateVehicle(522, Float:x, Float:y, Float:z, rot, 147,0, 60000);
PutPlayerInVehicle(playerid,522,1);
return 1;}