why that erorrs !!!!?
#1

Hello, i got that errors when i compiled my gamemode.
but my gamemode is work 100% why i got that
Reply
#2

Get sscanf: https://sampforum.blast.hk/showthread.php?tid=602923
Reply
#3

it's not fix
but i when i delete that it's compile
i think that's have a problem but i need it
Код:
//help commands//
/CMD:helpmone(playerid,params[])
{
    //check if the player is a admin
	if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) {
	
    SendClientMessageToAll(red,"[SERVER INFO]:If you see any cheater,rulebreaker or bug abuser. Please report him/her via /report!");
	return 1;
}

CMD:helpmtwo(playerid,params[])
{
    //check if the player is a admin
	if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) {

     SendClientMessageToAll(red,"[SERVER INFO]:Welcome to the server ! Please be kind & be friendly !");
    
	return 1;
}

CMD:helpmthree(playerid,params[])
{
    //check if the player is a admin
	if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) {
    SendClientMessageToAll(red,"[SERVER INFO]:Welcome ! Use /register to save your stats !");
	return 1;
}
Reply
#4

You have an open bracket after IsPlayerAdmin()) { but it doesn't have a closed bracket. Just remove it.
Reply
#5

They're missing the closing curly braces.
Reply
#6

Jamester and SickAttack thx so much it's Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)