/buyweplic cmd
#1

Well.I started my own server 3days ago but there is no place for buying weapon license So,can someone please help me make a sign or point on which players can buy weapon licenses?
I want that sign to me in City Hall.Or can someone please join my server and help me with that?
Reply
#2

This section is not for requesting code, this section is for asking to know errors about your code. If you need someone to do that, go in the 'Looking for...' thread and post there that you need a scripter.
Reply
#3

Quote:
Originally Posted by Logic_
Посмотреть сообщение
This section is not for requesting code, this section is for asking to know errors about your code. If you need someone to do that, go in the 'Looking for...' thread and post there that you need a scripter.
Okay.thanks for letting me now!
Reply
#4

PHP код:
enum PlayerInfo {
  
pGunLicense,
};
CMD:buygun(playeridparams[])
{
     if(!
Player[playerid][pGunLicense])
         return 
SendClientMessage(playerid, -1"You don't have a weapons license.");
   
// rest of ur code

Something like that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)