Invalid function or declaration
#1

Код:
if( newkeys == KEY_HANDBRAKE ) 
{
if(PlayerInfo[playerid][pVip] == 1)
if(IsPlayerInRangeOfPoint(playerid, 20.0 , 2026.86, 2657.81, 8.36)) 
{
{
if(GetPVarInt(playerid, "Vipnamas") == 0) 
{
MoveDynamicObject(Vipnamas, 2026.86, 2657.81, 8.36, 1); 
SetPVarInt(playerid, "Vipnamas", 1); 
GameTextForPlayer(playerid, "~G~ ATIDAROMI!", 2000, 5);
}
else if(GetPVarInt(playerid, "Vipnamas") == 1) 
{
MoveDynamicObject(Vipnamas, 2026.86, 2657.87, 11.04, 1); 
SetPVarInt(playerid, "Vipnamas", 0); 
GameTextForPlayer(playerid, "~R~ UZDAROMI!", 2000, 5);
}
}
return 1;
}
}
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 421) : error 010: invalid function or declaration
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 423) : error 010: invalid function or declaration
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 424) : error 010: invalid function or declaration
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 427) : error 010: invalid function or declaration
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 433) : error 010: invalid function or declaration
C:\Users\Lauryno\Desktop\Servas\gamemodes\bom.pwn( 440) : error 010: invalid function or declaration
Reply


Messages In This Thread
Invalid function or declaration - by Louris - 08.12.2012, 11:29
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:32
Re: Invalid function or declaration - by Louris - 08.12.2012, 11:35
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:45
Re: Invalid function or declaration - by Louris - 08.12.2012, 11:54
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 11:58
Re: Invalid function or declaration - by Louris - 08.12.2012, 12:01
Re: Invalid function or declaration - by Konstantinos - 08.12.2012, 12:37
Re: Invalid function or declaration - by Louris - 08.12.2012, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)