/accept BUG 0.3e NO WORKING - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /accept BUG 0.3e NO WORKING (
/showthread.php?tid=400782)
/accept BUG 0.3e NO WORKING -
StR_MaRy - 20.12.2012
Hi , i have one of the best gm-s of romania but the /accept [ ] command doesn t works , please help , i give reputation
Re: /accept BUG 0.3e NO WORKING -
Roel - 20.12.2012
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...
Re: /accept BUG 0.3e NO WORKING -
StR_MaRy - 20.12.2012
is not the Accept live command is the /accept , like /accept lawyer or /accept job
Re: /accept BUG 0.3e NO WORKING -
Roel - 20.12.2012
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.
Re: /accept BUG 0.3e NO WORKING -
Luis- - 20.12.2012
Doubt you own the best scripts in Romania.
Re: /accept BUG 0.3e NO WORKING -
StR_MaRy - 20.12.2012
can yo give me youre /accept command ?? Please ?
Re: /accept BUG 0.3e NO WORKING -
Roel - 20.12.2012
Sure
pawn Код:
if(!strcmp(cmdtext, "/accept", true))
{
SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command."
return 1;
}
Re: /accept BUG 0.3e NO WORKING -
wendylorenzo - 20.12.2012
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;
}
Re: /accept BUG 0.3e NO WORKING -
Roel - 20.12.2012
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 ?
Re: /accept BUG 0.3e NO WORKING -
wendylorenzo - 20.12.2012
Quote:
Originally Posted by Roel
? ok ?
|
U forgot the "
);" at " SendClientMessage(playerid, 0xFFFFFFFF, "Congratz! You have a working accept command."
);"