22.04.2016, 03:50
Eu criei esse comando aqui para entrar no Spawn Civil
Ele retorna como "Server:Unknow Command" e nгo executa comando.
Alguйm sabe por que?
________
PHP код:
if(strcmp("/entrar", cmdtext, true, 10))
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, 1598.4441, -2282.2300, 5.7695))
{
SetPlayerPos(playerid, 1583.7435, -2286.5540, 13.5396);
new txt[128]; format(txt, sizeof(txt), "%s Vocк entrou do Spawn Civil.", servermsg);
SendClientMessage(playerid, WHITE, txt);
}
Alguйm sabe por que?
________