Search Results
I'lll keep it in mind, thank you. Anyway, the mode is about Gang Wars based on San Fierro.
842
What features should a TDM have to keep the players playing and grinding? Like to make them a have a goal.
842
Quote: Originally Posted by Skimmer I meant by trying to use different id is that you change the id of DIALOG_SHOP at definition. pawn Code: #define DIALOG_SHOP 6161 Same, nothing h...
741
Tried this: pawn Code: if(dialogid == 7)    {        print("Opening Dialog");        if(response)        {            print("Choosing a Weapon");            if(GetPlayerCash...
741
Yes, it occurs for all weapons. Also, the ids are corrects. It used to work for me yesterday. And no, i don't lose cash. pawn Code: public OnPlayerPickUpPickup(playerid, pickupid){    if(pickupid ...
741
Quote: Originally Posted by Skimmer Show me how your WEAPON_SHOP array looks like and the line where you show that dialog to a player. pawn Code: enum E_WEAPON_SHOP_DATA{    WEAPON_M...
741
pawn Code: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    if(dialogid == DIALOG_COMMANDS)    {        if(response)        {            switch(listi...
741
I didn't understand MySQL at all, even after reading the tutorials.
517
The player's account is not saving properly. Sometime it saves their stats but sometime when they connect to the server, their stat's are gone. pawn Code: stock SaveStats(playerid){    new file[12...
517
Try to remove the help on the cmd pawn Code: cmd:portoffice(playerid, params[]) And what is greska?
326
I stayed in the checkpoint for more than 30 sec but nothing happens. Also the text only shows up once then disappear.
369
The title explains it all. pawn Code: forward robbanktimer(playerid);public robbanktimer(playerid){    if(StopRobCount[playerid] == 0)    {        new string[128];        new cash = Rand...
369
Quote: Originally Posted by GameOvr Actually you dont have to do this stuff for anti team kill SetPlayerTeam covers it all pawn Code: //make other teams also like this in OnPlayerSpawn ...
396
This is the code: OnPlayerTakeDamage pawn Code: public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid, bodypart){       new Float:HP;    GetPlayerHealth(playerid, HP);    if(pT...
396
Quote: Originally Posted by Team_PRO CNR servers lacks of team balance if it is possible then do a auto team balance so its really a "COPS vs ROBBERS" That's a good suggestion. But most...
953
What features/system do you think a CNR server should have? And also, what do you like from Cops and Robbers?
953
Quote: Originally Posted by Inspiron I have a problem. The house menu does not works. I mean when I click on house name or storage or interiors, like anything in the dialogue box. It wont ...
7,519