19.05.2016, 17:20
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 :
thank for help
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(playerid, params[])
{
SendAdminText(playerid, "/alphajoueur", params);
// the code here ?
if (APlayerData[playerid][LoggedIn] == false) return 0;
SendClientMessage(playerid, 0xFFFFFFF,"Vous avez bien confirmez votre status de joueur alpha de truckingFR");
GivePlayerMoney(playerid, 850000);
return 1;
}