Possible error with /impound Command.
#2

Quote:

return SendClientMessage(playerid,COLOR_WHITE,"Vehicle has been booted!");

The last line is wrong. 'cos it is "return SendClientMessage"
Try chanching that to SendClientMessage(playerid,COLOR_WHITE,"Vehicle has been booted!");. That should work. If it won't work, just make it 'SendClientMessage' without return and add 'return 1;' at the bottom (you also can get a warning if you don't add 'return 1;')

pawn Код:
SendClientMessage(playerid,COLOR_WHITE,"Vehicle has been booted!");
    return 1;
}
Reply


Messages In This Thread
Possible error with /impound Command. - by iiLiamii - 09.01.2011, 02:35
Re: Possible error with /impound Command. - by Kwarde - 09.01.2011, 02:38
Re: Possible error with /impound Command. - by ToPhrESH - 09.01.2011, 02:39
Re: Possible error with /impound Command. - by iiLiamii - 09.01.2011, 02:43
Re: Possible error with /impound Command. - by iiLiamii - 09.01.2011, 02:48
Re: Possible error with /impound Command. - by iiLiamii - 09.01.2011, 02:49
Re: Possible error with /impound Command. - by Kwarde - 09.01.2011, 02:50
Re: Possible error with /impound Command. - by iiLiamii - 09.01.2011, 02:52
Re: Possible error with /impound Command. - by Kwarde - 09.01.2011, 02:57

Forum Jump:


Users browsing this thread: 1 Guest(s)