Vehicle enter
#1

pawn Код:
if(!strcmp(Nam,CarSystem[playerid][Owner],true))
            {
                format(str,sizeof(str),"* Hello %s, welcome back to your vehicle.",Nam);
                SendClientMessage(playerid,COLOR_YELLOW,str);
            }
            if(strcmp(Nam,CarSystem[playerid][Owner],true) && PlayerData[CarSystem[playerid][Owner]][Caralarm] == 1)
            {
                format(str,sizeof(str),"*BEEP *BEEP %s has entered your vehicle.",Nam);
                SendClientMessage(CarSystem[playerid][Owner],red,str);
            }
When i enter my vehicle, it shows the message. But when someone else enter my vehicle, it doesn't show the *BEEP *BEEP
Reply


Messages In This Thread
Vehicle enter - by Tanush123 - 09.06.2013, 14:27
Re: Vehicle enter - by iGetty - 09.06.2013, 14:29
Re: Vehicle enter - by Tanush123 - 09.06.2013, 14:33

Forum Jump:


Users browsing this thread: 1 Guest(s)