What Problem im Getting ???
#5

Quote:
Originally Posted by [MG]Dimi
Посмотреть сообщение
Yes as RollTi said you need to add "

I also noticed one thing:
pawn Код:
if(IsPlayerInVehicle(playerid, 0))
From message you want to sent to player if this is true you wanted to check is he in any vehicle. Well this won't work. This will check is he in vehicle ID 0. What you need is
pawn Код:
if(!IsPlayerInAnyVehicle(playerid))
Still Not working !!!
Reply


Messages In This Thread
What Problem im Getting ??? - by Avi57 - 20.04.2012, 13:04
Re: What Problem im Getting ??? - by RollTi - 20.04.2012, 13:06
Re: What Problem im Getting ??? - by Avi57 - 20.04.2012, 13:11
Re: What Problem im Getting ??? - by [MG]Dimi - 20.04.2012, 13:12
Re: What Problem im Getting ??? - by Avi57 - 20.04.2012, 13:30
Re: What Problem im Getting ??? - by varga - 20.04.2012, 14:14
Re: What Problem im Getting ??? - by Avi57 - 20.04.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)