09.12.2014, 06:23
Hello i'm making an earthquake system, mapped of course and how can i make after i type that command it will show the objects??
PHP код:
CMD:earthquake(playerid, params[])
{
if(IsPlayerAdmin(playerid))
{
SendClientMessage(playerid, -1, "You have started an earthquake event!");
}
else
{
return SendClientMessage(playerid, -1, "{FF0000}You're not rcon administrator.");
}
return 1;
}