Commands Problem
#3

Quote:

I'am sorry but your posting constantly and most of the times you haven't even attempted things yourself. KyleSmith is right, there is no point in you scripting a Gamemode due to you have very very little pawn knowledge. Try tutorials and build yourself up (skills). This will not happen over night, it will take time.

True. but ill help you this time only, because you always spam on Scripting help, try learn something here
https://sampwiki.blast.hk/wiki/Scripting_Basics

Do it like this :
pawn Код:
CMD:acmds(playerid)// you dont need params
{
if(PlayerInfo[playerid][aLevel] < 1)
{
//admin commands here
}
if(PlayerInfo[playerid][aLevel] < 2)
{
//admin commands here
}
if(PlayerInfo[playerid][aLevel] < 3)
{
//admin commands here
}
// and so on until until to your max admin level
return 1;
}
Reply


Messages In This Thread
Commands Problem - by sscarface - 18.01.2013, 19:20
Re: Commands Problem - by Infinity90 - 18.01.2013, 19:22
Re: Commands Problem - by Patrick - 18.01.2013, 19:48
Re: Commands Problem - by sscarface - 18.01.2013, 19:50
Re: Commands Problem - by sscarface - 18.01.2013, 21:38
Re: Commands Problem - by Djole1337 - 19.01.2013, 13:12
Respuesta: Re: Commands Problem - by [CG]Milito - 19.01.2013, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)