Help FS
#1

Help Me Fix This Problem..

Here My Error..
PHP код:
C:\Users\Acer\Desktop\SAMP\pawno\tunecar.pwn(21) : error 036: empty statement 

Line 21
PHP код:
public OnPlayerCommandText(playeridcmdtext[]) {
    if(
strcmp(cmdtext"/tunecar"true) == 0) {
        If(
IsPlayerVipType(playerid,2)); // Line 21
        
new playerstate GetPlayerState(playerid);
        if(
playerstate == PLAYER_STATE_DRIVER) {
        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: 6 Guest(s)