Search Results
I got this pawn Код: public OnPlayerDeath(playerid, killerid, reason){                Goto[playerid] = 0;    InShamal[playerid] = 0;    OnDuty[playerid] = 0;    StealBank[playerid]...
60
Project Reality, I still remember the .co.cc domain name LOL
533
I got this pawn Код: public OnPlayerDeath(playerid, killerid, reason){    Goto[playerid] = 0;    InShamal[playerid] = 0;    OnDuty[playerid] = 0;    StealBank[playerid] = 999;    new Ra...
65
pawn Код: if(strcmp(cmd, "/tazer", true) ==0)    {        if(IsPlayerConnected(playerid))        {            if(IsACop(playerid))            {                 if(Ge...
121
The command works but still doesn't remove the HANDCUFF object, any help ? pawn Код: if(strcmp(cmd, "/uncuff", true) == 0)    {        if(IsPlayerConnected(playerid))        {      Â...
63
I got this pawn Код: if(strcmp(cmd, "/uncuff", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if(IsACop(playerid))            {           ...
70
Quote: Originally Posted by Aleksa98 This is really bad ... -REP !!! Why -REP ?! o.O You could easily ignore the post and move on, at least he gave away something which you probably wo...
495
I got this pawn Код: if(Property[h][hRentabil] == 0)                            {                                format(string,sizeof(string), "You are standing %s'...
63
here I'm using WAMP and I see that it's already commented Код: # Example MySQL config file for medium systems. # # This is for a system with little memory (32M - 64M) where MySQL plays # an import...
81
I'm not really familliar with MySQL, can you please explain with details ?
81
I found the problem, I deleted this filterscript and it worked pawn Код: // By GROVE4L// www.pawnoscripting.com#include <a_samp>#define FILTERSCRIPT#define COLOR 0xC2A2DAAAforward ProxDetec...
112
IS there anyway I can start a Mysql Server with a public IP, so others can join
81
I found the problem, I deleted this filterscript and it worked pawn Код: /* *  Cinematic Camera Node Editor v2.6.1 *      Added in CameraMover version 2! *      Allows server devs to ea...
112
I know , and I have return false, The script works fine untill I add these pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(dialogid == 400)    {Â...
112