Pawno Crashes.
#3

Quote:
Originally Posted by Plovix
Посмотреть сообщение
Try:

PHP код:
if(IsPlayerInAnyVehicle(playerid))
{
new 
str[128];
        if(
VehicleWindows[playerid] == 0)
        {
                
format(strsizeof(str), "[Windows Open]: %s"text);
            
SendClientMessage(playeridCOLORstr);
        }
        else if(
VehicleWindows[playerid] == 1)
        {
                
format(strsizeof(str), "[Window shout]: %s"text);
        
SendClientMessage(playeridCOLORstr);
        }
    }
    return 
1;

Still crashes with this code , Compiles fine when i remove.
Reply


Messages In This Thread
Pawno Crashes. - by Desi_Dude - 14.11.2012, 06:10
Re: Pawno Crashes. - by Plovix - 14.11.2012, 06:16
Re: Pawno Crashes. - by Desi_Dude - 14.11.2012, 06:20
Re: Pawno Crashes. - by Plovix - 14.11.2012, 06:22
Re: Pawno Crashes. - by Desi_Dude - 14.11.2012, 06:31
Re: Pawno Crashes. - by Plovix - 14.11.2012, 06:41
Re: Pawno Crashes. - by Desi_Dude - 14.11.2012, 06:45
Re: Pawno Crashes. - by Kreyg - 14.11.2012, 07:07
Re: Pawno Crashes. - by Desi_Dude - 14.11.2012, 07:47
Re: Pawno Crashes. - by Konstantinos - 14.11.2012, 09:00

Forum Jump:


Users browsing this thread: 1 Guest(s)