08.11.2014, 05:58
hmm you should use mselection include i hope this can help you i'll give you the link for the example https://sampforum.blast.hk/showthread.php?tid=482021
or you can also use this code
CMD:hydra (playerid) // this is zcmd include find it on ******
{
DestroyVehicle(playerid); // destroy player vehicle to prevent infinity car spawn
// Add a Hydra to the game with a respawn time of 60 seconds got this from wiki ;p
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
}
return1;
}
or you can also use this code
CMD:hydra (playerid) // this is zcmd include find it on ******
{
DestroyVehicle(playerid); // destroy player vehicle to prevent infinity car spawn
// Add a Hydra to the game with a respawn time of 60 seconds got this from wiki ;p
CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);
}
return1;
}

