Search Results
Quote:
Originally Posted by ZBits
Check for a Admin level greater than 1 in the database, then loop through the ids and/or names(of admins) and check if they are online.
I'd recommend you...
271
Quote:
Originally Posted by ClearSeal
I didn't get your concept:
Right and what is the purpose of this when there are server packages provided and can be downloaded from official resourc...
496
You're not even requesting a query, this could do the job:
PHP код:
public OnAccountLoad(playerid)
{
    new query[128];
   Â
    format(query, sizeof(query), "SELECT * FROMÂ...
381
Are you sure you're setting the adminlevel right in your set admin level command?
e.g:
PHP код:
CMD:setlevel(playerid, params[]){    PlayerInfo[playerid][pAdminLevel] = 3; // assuming...
381
Quote:
if you want to add more gifts, continue with the same pattern
Example:
new g2;
new g3;
I would say that this could be done way easier, variable wise it could be done like...
838
Hello.
I've been researching for a few days on the subject of creating my own hosting service to sell fully managed SA-MP based servers to the public. At the moment I'm not sure if there's any need f...
496
War Thunder and World of Warships, I also play GTAV on a regular basis.
2,847
Maakt niet veel uit, al heb je een domeinnaam ervoor die gelinkt staat, zullen ze het IP nog kunnen achterhalen. Het gaat merendeels om de DDoS protection die jou VPS heeft. OVH is hier zeer goed in, ...
1,297
SupperRobin6394;3608238 Wrote:
--
Ik gebruik Ultra Host, daar kan je dagelijks een server aanvragen voor niets en je hebt hem meteen. Je moet wel een keer per dag inloggen anders verwijderen ze je se...
1,886
Quote:
Originally Posted by SoFahim
LOL no. Not , That server got freeze and shows that log. But ming not freeze ! And also that in 0.3.7
Mine is 0.3.7-R2-1 . and also server was running...
373
There might be some useful information about it here:
https://sampforum.blast.hk/showthread.php?pid=3487938#pid3487938
373
Install the latest C++ redistributables over here:
https://support.microsoft.com/en-us/kb/2977003
That should work AFAIK.
256
It told me that I'll be receiving a notification on the 29th of July.
437
Try this:
PHP код:
if(ViewType != SponsorView && ViewType != PhysicalView || realObject == true) {     ExecuteThis(); }Â
530
Quote:
Originally Posted by Moudix
This can help you out :
https://sampforum.blast.hk/showthread.php?tid=395140
He's using fwrite, not dini.
516
PHP код:
if (dialogid == 911)
{
    if (response)
    {
        switch (listitem)
        {
            case 0:
            {
      Â...
328
Quote:
The settings is located in a separate file (scriptfiles\nex-ac_settings.cfg)
Would you mind including it?
87,602
Would you mind showing the ShowStats function?
362
Try this:
Код:
cd /usr/lib ; wget http://mow.vg/files/libmysqlclient.so.15 ; cp libmysqlclient.so.15 hlibmysqlclient_.so.15
Please use ****** next time, there's a ton of topics about it and you're...
271
http://lmgtfy.com/?q=html+option+type+form
I believe it says SA-MP in the url, not HTML support.
368