Jump to content

Recommended Posts

Posted

Simplu

puneti

la

public OnPlayerExitVehicle(playerid, vehicleid)
{
	return 1;
}
 
Puneti
DestroyVehicle(vehicleid) 

PS comanda asta e inutila dar daca ai puneti timer o sa fie perfecta

Guest UnderCover
Posted

De ce postezi tutoriale inutile ? ...

+ ca DestroyVehicle nu o respawneaza .. o distruge. O sa ramana serverul fara masini.. Daca vrei sa se respawneze folosesti

SetVehicleToRespawn(currentveh);
new currentveh;
	currentveh = GetPlayerVehicleID(playerid);

  • 4 weeks later...
Posted

salut mar interesa un tutorial cum sa nu mai dispara daca ma dau jos din ea sa nu dispara cum fac

  • 3 months later...
Posted

C:\Documents and Settings\adi\Desktop\SA-MP\gamemodes\luptastrazilor.pwn(6836) : error 017: undefined symbol "vehicleid"

unde ai pus asta cu vehicleid, deasupra lui pui new vehicleid = GetPlayerVehicleID(playerid);

si mai bine urmezi asta:

De ce postezi tutoriale inutile ? ...

+ ca DestroyVehicle nu o respawneaza .. o distruge. O sa ramana serverul fara masini.. Daca vrei sa se respawneze folosesti

SetVehicleToRespawn(currentveh);
new currentveh;
	currentveh = GetPlayerVehicleID(playerid);

pentru ca DestroyVehicle(vehicleid) distruge masina

  • 2 weeks later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.