only one time the player can do the command
#1

Hey everybody

I want to do a command, when the player tape this command, he can't do it two time he can only do it one time how to do it ? i use MySQL ?

there is code :

PHP код:
COMMAND:alphajoueur(playeridparams[])
{
    
SendAdminText(playerid"/alphajoueur"params);
    
// the code here ?
    
if (APlayerData[playerid][LoggedIn] == false) return 0;
    
SendClientMessage(playerid0xFFFFFFF,"Vous avez bien confirmez votre status de joueur alpha de truckingFR");
    
GivePlayerMoney(playerid850000);
    return 
1;

thank for help
Reply


Messages In This Thread
only one time the player can do the command - by Eymeric69 - 19.05.2016, 17:20
Re: only one time the player can do the command - by Sjn - 19.05.2016, 17:22
Re: only one time the player can do the command - by Eymeric69 - 19.05.2016, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)