/accept BUG 0.3e NO WORKING
#1

Hi , i have one of the best gm-s of romania but the /accept [ ] command doesn t works , please help , i give reputation
Reply
#2

Ow well then just fix the /accept command...

If you ask a question you should post your command code and give some description about what is going wrong...
Reply
#3

is not the Accept live command is the /accept , like /accept lawyer or /accept job
Reply
#4

Yea post that command and tell us what is not working and if that is to hard for you, then you should... well I don't know.
Reply
#5

Doubt you own the best scripts in Romania.
Reply
#6

can yo give me youre /accept command ?? Please ?
Reply
#7

Sure

pawn Код:
if(!strcmp(cmdtext, "/accept", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command."
        return 1;
    }
Reply
#8

Quote:
Originally Posted by Roel
Посмотреть сообщение
Sure

pawn Код:
if(!strcmp(cmdtext, "/accept", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command."
        return 1;
    }
Here:
Код:
if(!strcmp(cmdtext, "/accept", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command.");
        return 1;
    }
	return 0;
}
Reply
#9

Quote:
Originally Posted by wendylorenzo
Посмотреть сообщение
Here:
Код:
if(!strcmp(cmdtext, "/accept", true))
    {
        SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command.");
        return 1;
    }
	return 0;
}
? ok ?
Reply
#10

Quote:
Originally Posted by Roel
Посмотреть сообщение
? ok ?
U forgot the ");" at " SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command.");"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)