Search Results
Quote: Originally Posted by MillenniumG Thank you but how can I make this check if a player is online pawn Code: CMD:osetadminname(playerid, params[]){    if(!PermissionCheck(playerid,...
105
you're missing the Visual Studio 2013 redistributables. http://www.microsoft.com/en-us/downl....aspx?id=40784
93
Quote: Originally Posted by ShoortyFl This is something that i want it to look alike, i found the picture online Here is mine: pawn Код: CMD:admins(playerid, params[]){    new ...
437
Quote: Originally Posted by dusk Because it's in a loop. Because of that the dialog is shown for each iteration, BUT as they're very fast and SA:MP only allows one dialog to be open you wi...
105
pawn Code: CMD:faction(playerid, params[]){    new szDialog[256];    if(!PermissionCheck(playerid, 6)) return ShowPlayerDialog(playerid, EDITFACTION_FAC_LEADER, DIALOG_STYLE_LIST, "Select a Optio...
105
Quote: Originally Posted by Josh_Main pawn Код: public OnPlayerPressButton(playerid, buttonid){    if(buttonid == lockdownbutton)    {        new iGroupID = PlayerInfo[playerid...
98
I gather, when he goes into the checkpoint it says nothing, Show us the code.
77
Quote: Originally Posted by Josh_Main Gave that a try mate, but it's returning me these errors. I'm not sure how to fix it pawn Код: C:\Users\cbrickell\Desktop\PWN\gamemodes\EGRP.pwn...
147
pawn Код: public OnPlayerPressButton(playerid, buttonid){    if(buttonid == lockdownbutton)    {        new iGroupID = PlayerInfo[playerid][pMember];        if(PlayerInfo[playerid][pRa...
98
Buttons won't work. They are created, assigned a function but yet they wont work ingame. Why?
98
Quote: Originally Posted by TVDYNAMO So how do I fix it try loading another script.
79
Try using a switch statement: pawn Код: stock GetAdminRank(playerid){    new Rank[60],        adminlevel = PlayerStat[playerid][AdminLevel;    switch(adminlevel)    {        case 0:...
147
it's the script, it wont run on MySQL for Linux.
79