03.06.2010, 20:39
Hm now i dont get errors, but now the cars dont get respawned.
and another question.
i set the respawn_delay to -1 and the vehicles are still autorespawning when they get destroyed.?
EXAMPLE:
and another question.
i set the respawn_delay to -1 and the vehicles are still autorespawning when they get destroyed.?
EXAMPLE:
pawn Код:
else if (!strcmp(params[0], gObjects[0], true))
{
GetPlayerPos(playerid, x, y, z);
GetPlayerFacingAngle(playerid, a);
CreateVehicle(522, x-3, y, z+5, a, 0, 0, -1);
}