10.10.2011, 18:20
Soo guys, can you help me ?
i have a vehicle spawner in my server. the thing i want is to disable some vehicles [hydras, rhinos etc.] from being spawned by "non-rcon" players. i've made function, but it dont seems to work - when i log in RCON it still won't spawn a car. help ?
i have a vehicle spawner in my server. the thing i want is to disable some vehicles [hydras, rhinos etc.] from being spawned by "non-rcon" players. i've made function, but it dont seems to work - when i log in RCON it still won't spawn a car. help ?
pawn Код:
if(car == 520 || car == 476 || car == 432 || car == 601 || car == 425 || car == 447 && !IsPlayerAdmin(playerid)) return SendClientMessage(playerid, Red, "This is admins vehicle. You can't use it!");