05.12.2009, 17:16
Right after
It should look like this
pawn Код:
if(industry == 7)
{
SetPlayerPos(playerid,193.3889,1373.5253,23.7344,289.3016);
}
It should look like this
pawn Код:
if(industry == 7)
{
SetPlayerPos(playerid,193.3889,1373.5253,23.7344,289.3016);
}
return 1;
}
if (strcmp("/teles", cmdtext, true, 5) == 0)
{
SendClientMessage(playerid,0xFF6600AA,"/industry - /da - /hnh");
return 1;
}