PAWNO Help [FAST +REP]
#1

Hello,
PAWNO is giving me a unreachable code here. I tried tofix it but i cant. May someone please help? I will +REP.
Thanks.
Код:
	SendClientMessage(playerid,WHITE,"=== Use /car [CARNAME] Or If VIP Use /vipcars ===");
		return 1;
	}   <=========== ERROR IS HERE!!!!
	{
	    SendClientMessage(playerid,YELLOW,"***=========================== VIP CARS ========================***");
	    SendClientMessage(playerid,WHITE,"=== /predator /at-400 /andromada /hunter /seasparrow /shamal /hydra /rhino /swattank /dumper /monster ===");
	    SendClientMessage(playerid,WHITE,"=== /monstera /monsterb /kart /sandking /freeway /hotring /hotringa /hotringb /turismo /supergt /vortex===");
	    SendClientMessage(playerid,YELLOW,"***=== These cars can only be spawned by VIP Members that are Silver, Gold or Platinum! ===***");
	    return 1;
	    }
Reply
#2

Please provide us the whole command.
Reply
#3

Here,
http://pastebin.com/95DU6thb
Reply
#4

You are missing the following before the {
pawn Код:
if(strcmp(cmdtext,"/vipcars",true)==0)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)