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,...
54
you're missing the Visual Studio 2013 redistributables.
http://www.microsoft.com/en-us/downl....aspx?id=40784
44
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 ...
189
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...
54
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...
54
Quote:
Originally Posted by Josh_Main
pawn Код:
public OnPlayerPressButton(playerid, buttonid){ if(buttonid == lockdownbutton) { new iGroupID = PlayerInfo[playerid...
33
I gather, when he goes into the checkpoint it says nothing, Show us the code.
37
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...
60
pawn Код:
public OnPlayerPressButton(playerid, buttonid){ if(buttonid == lockdownbutton) { new iGroupID = PlayerInfo[playerid][pMember]; if(PlayerInfo[playerid][pRa...
33
Buttons won't work.
They are created, assigned a function but yet they wont work ingame.
Why?
33
Quote:
Originally Posted by TVDYNAMO
So how do I fix it
try loading another script.
44
Try using a switch statement:
pawn Код:
stock GetAdminRank(playerid){ new Rank[60], adminlevel = PlayerStat[playerid][AdminLevel; switch(adminlevel) { case 0:...
60
it's the script, it wont run on MySQL for Linux.
44