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

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(playeridparams[])
{
 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;

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: 1 Guest(s)