21.03.2012, 10:37
Hello,
PAWNO is giving me a unreachable code here. I tried tofix it but i cant. May someone please help? I will +REP.
Thanks.
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; }