19.06.2011, 03:44
PHP код:
if(strcmp(cmd, "/armas", true) == 0)
{
if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, -1, "Vocк estб offline");
//Outras funзхes...
return 0x01;
}
obviamente o player sу irб executar o comando caso esteja conectado.