11.11.2011, 16:45
(
Последний раз редактировалось BigGroter; 11.11.2011 в 17:41.
Причина: New problem.
)
Now I get Untitled.pwn(10
: warning 225: unreachable code, line 108 is the /gotoarea51 one.
![Cool](images/smilies/cool.gif)
pawn Код:
{
if (strcmp("/gotolp", cmdtext, true, 10) == 0)
{
if(IsPlayerAdmin(playerid))
SendClientMessage(playerid,YELLOW, "(INFO) You have been teleported to Las Payasadas!");
SetPlayerPos(playerid,-247.7184,2692.8208,62.6875);
return 1;
}
else
SendClientMessage(playerid,YELLOW, "(INFO) This command is for administrators only!");
{
return 1;
}
if (strcmp("/gotoarea51", cmdtext, true, 10) == 0)