How to make if i type it it'll show objects?
#2

pawn Код:
CMD:earthquake(playerid, params[])
{
 if(IsPlayerAdmin(playerid))
 {
   SendClientMessage(playerid, -1, "You have started an earthquake event!");
   //Create your objects here, CreateObject(objectid, x, y, z); as you will make.
 }
 else
 {
   return SendClientMessage(playerid, -1, "{FF0000}You're not rcon administrator.");
 }
 return 1;
}
Reply


Messages In This Thread
How to make if i type it it'll show objects? - by Glossy42O - 09.12.2014, 06:23
Re: How to make if i type it it'll show objects? - by MasonSFW - 09.12.2014, 07:43
Re: How to make if i type it it'll show objects? - by Glossy42O - 09.12.2014, 07:52
Re: How to make if i type it it'll show objects? - by DaniceMcHarley - 09.12.2014, 08:10

Forum Jump:


Users browsing this thread: 2 Guest(s)