[Help] Errors... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Errors... (
/showthread.php?tid=187226)
/////// -
Alen_Mekic - 01.11.2010
//////////
Re: [Help] Errors... -
Alen_Mekic - 01.11.2010
Sorry for DP, but can anyone help? :S Nobody knows what I messed up? :S
Re: [Help] Errors... -
DarkPower - 01.11.2010
put hole code from your script
Re: [Help] Errors... -
Alen_Mekic - 01.11.2010
//////////
Re: [Help] Errors... -
Alen_Mekic - 02.11.2010
omg, no1 can help me?? :S
Re: [Help] Errors... -
SampStunta - 02.11.2010
PlayerInfo[giveplayerid][AdminLevel] = level;
PlayerInfo[giveplayerid][AdminLevel] = 0;
Tell me the errors that you get and with the errored lines also once you compile.
Re: [Help] Errors... -
Alen_Mekic - 02.11.2010
////////
Re: [Help] Errors... -
SampStunta - 02.11.2010
Add this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
(the /makeadmin script here)
return 1;
}
Re: [Help] Errors... -
Alen_Mekic - 02.11.2010
/////
Re: [Help] Errors... -
SampStunta - 02.11.2010
Have you got the enum for PlayerInfo in your script?