31.01.2011, 10:16
how do i make this because i get a warning im trying 2 make it so when you type /leavedm if your in the deathmatch it teles u out and if your not in a dm it says your not in a deathmatch
heres code
and the warning/error
thanks
heres code
Код:
if (strcmp(cmdtext, "/leavedm", true)) return SendClientMessage(playerid, 0x33CCFFAA, "Your Not In A Deathmatch!"); { SetPlayerPos(playerid, 2000.3974,1526.5104,14.6171); SendClientMessage(playerid, 0x33CCFFAA, "You Left The Deathmatch"); busy[playerid] = 0; return 1; }
Код:
C:\Users\Stephen-Laptop\Desktop\server samp - Copy\gamemodes\lvpg.pwn(497) : warning 225: unreachable code Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.