SA-MP Forums Archive
PAWNO Help [FAST +REP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PAWNO Help [FAST +REP] (/showthread.php?tid=327473)



PAWNO Help [FAST +REP] - [PDS]DarioKeic - 21.03.2012

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;
	    }



Re: PAWNO Help [FAST +REP] - Ronaldo_raul™ - 21.03.2012

Please provide us the whole command.


Re: PAWNO Help [FAST +REP] - [PDS]DarioKeic - 21.03.2012

Here,
http://pastebin.com/95DU6thb


AW: PAWNO Help [FAST +REP] - Dusl12 - 21.03.2012

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