Search Results
Could you send me your code on pastebin? Either posst it here or pm me and ill be glad to help.
160
Hi! Try giving this a go and let me know! pawn Код: CMD:makeadmin(playerid, params[]){    if(IsPlayerAdmin(playerid))    {        new Player, Level;        if(sscanf(params, "ui", Pl...
164
Hello! I have looked at your code and it compiles with no problem with me. If you want to style your commands like your setadmin (CMDetadmin) then make sure to include zcmd and I'm not sure if you l...
124
Quote: Originally Posted by Nero_3D pawn Код: format(string, sizeof(string),    "{FFFFFF}%d) Name: - {%06x}%s{FFFFFF} - Leader: %s - Members: %d",    number,    FamilyInfo[i][Fam...
174
Quote: Originally Posted by ball Код: #define RED "{FF0000}" SendClientMessage(playerid, COLOR_BLACK, "H"RED"ello"); Definition contains only RGB colors. Thanks, so say I had paw...
174
How do you change colours through a sentence, for example. pawn Код: SendClientMessage(playerid, COLOR_BLACK, "H"COLOR_RED"ello"); and it would show Hello.
174
Quote: Originally Posted by ****** 3) Actually, it is probably the "=>" instead of ">=". Thank you!
53
I have made a temp-VIP system into a script, but I get errors and not sure why. pawn Код: new d,m,y;        getdate(y,m,d);        if(PlayerInfo[playerid][pDonatorYear] != 0 && Pl...
53
Quote: Originally Posted by PabloAguado Well i have searched for a solution on ****** but didn't find any so i decided to post it here so basically i am trying to do this with phpmyadmin b...
140
I am running CentOS, I tried another version doesn't work. Same thing.
222
Quote: Originally Posted by ReD_DeVi can you explain us what is the problem when I do the command it just outputs this information, if we take the mysql_static.so it works fine
222
When starting my server I get: Код: [root@samp samp03]# Started server on port: 7777, with maxplayers: 50 lanmode is OFF. *** glibc detected *** ./samp03svr: double free or corruption (!prev): 0...
222
ok, Does it say the .sql file is too big?
217
Here is a tutorial on creating a basic UCP, once you get the idea of it, it's quite easy. https://sampforum.blast.hk/showthread.php?tid=290824
67
Answer these: What are you using to import this?: Do you have access to the host of the database?:
217
When starting my server I get: Код: [root@samp samp03]# Started server on port: 7777, with maxplayers: 50 lanmode is OFF. *** glibc detected *** ./samp03svr: double free or corruption (!prev): 0...
72
Here: https://sampforum.blast.hk/showthread.php?tid=255947
117
Quote: Originally Posted by JordanDoughty pawn Код: CMD:diceroll(playerid, params[]){    new iTarget = pDiceBetID[playerid];    new iTargetDice = iTarget;    if(pDiceBetID[player...
139