Anti Drive By
#1

How to make the player seated on all vehicles, except vehicles ID: 425,432,447,520.
Verification does not work = (jail players when they are on auto ID: 425,432,447,520, and I need to jail at all except ID: 425,432,447,520. Help please =)

Код HTML:
if(IsPlayerInAnyVehicle(killerid) && GetPlayerState(killerid) == PLAYER_STATE_DRIVER)
{
new model = GetVehicleModel(GetPlayerVehicleID(killerid));
switch(model)
{
case 425,432,447,520://
SetTimerEx("JailDB",100,0,"i",killerid);
}}
Reply


Messages In This Thread
Anti Drive By - by [HHT]DRON - 18.07.2012, 17:42
Re: Anti Drive By - by ViniBorn - 18.07.2012, 17:56
Re: Anti Drive By - by [HHT]DRON - 18.07.2012, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)