Help FS
#4

i get this error..
Quote:

C:\Users\Acer\Desktop\SAMP\pawno\tunecar.pwn(24) : error 003: declaration of a local variable must appear in a compound block
C:\Users\Acer\Desktop\SAMP\pawno\tunecar.pwn(24) : error 017: undefined symbol "playerstate"
C:\Users\Acer\Desktop\SAMP\pawno\tunecar.pwn(25) : error 017: undefined symbol "playerstate"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Line 24 and 25
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/tunecar"true) == 0)
    {
    if(
IsPlayerVipType(playerid,2))
        new 
playerstate GetPlayerState(playerid); // 24
        
if(playerstate == PLAYER_STATE_DRIVER//25
        
{
        return 
ModCar(playerid);
        }
        else
        {
        return 
SendClientMessage(playeridCOLOR_RED"[ERROR]: You must be in a car being the driver Or You Not Gold VIP");
        }
    }
    return 
1;

Reply


Messages In This Thread
Help FS - by sahrul012 - 18.03.2015, 14:51
Re: Help FS - by iFiras - 18.03.2015, 14:53
Re: Help FS - by CalvinC - 18.03.2015, 14:54
Re: Help FS - by sahrul012 - 18.03.2015, 14:57
Re: Help FS - by CalvinC - 18.03.2015, 14:59
Re: Help FS - by Rockyyy - 18.03.2015, 15:02
Re: Help FS - by iFiras - 18.03.2015, 15:05
Re: Help FS - by sahrul012 - 18.03.2015, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)