Page 1 of 1

[GF]Cum creezi masina personalizata CEL MAI USOR MOD!

Posted: Mon Oct 24, 2011 5:58 am
by RoberTo
Tutorial Created By CokeJR
Deci am vazut ca mai este un tutorial dar acesta este Mult mai simplu decat acela!

Pasul 1:
Te duci in joc spawnezi masina te duci unde vrei sa tio spawneze dai /save ==>> te duci unde ai instalat Gta ==>> savedposition Ex: AddStaticVehicle(coordonatele ); // numele cui o faci Si o bagi in GM!

Pasul 2:
Te duci in GM si bagi asta

if(newcar == id de la MASINA)
{

new sendername[MAX_PLAYER_NAME];
GetPlayerName(playerid, sendername, sizeof(sendername));
if(strcmp(sendername," Numele jucatorului caruia o faci!",true))
{
SendClientMessage(playerid,COLOR_GREY," You do not have the keys of this car !");
RemovePlayerFromVehicle(playerid);
}
}
Sper ca va ajutat!