Search Results
Quote: Originally Posted by [FR]Fratzica i have seen an problem like this, if you dont need the npcs delete them, if you dont know how, search for them, and delete all the sentence startin...
181
So,I am running a MySQL based script,and I came across an issue. I am using a bunch of NPCs in the script. When more than one NPC is connected,the server doesn't recognize accounts anymore. When there...
181
Now I got pawn Код: if(strcmp(cmd,"/setfreq",true)==0)    {        if(PlayerInfo[playerid][pWalkie] != 1)return SendClientMessage(playerid,COLOR_GREY," You don't have a walkie talkie");  Â...
235
What's the problem with this command? It must set the frequency,but appearently it just says it's below 1 or over 999...I don't see the problem pawn Код: //--------------------------------------[...
235
http://pastebin.com/cZgvWCUf the pastebin code
280
Is there any solutin for my problem? Maybe the SetTimerEx function? Is there a problem with the special format indicating the types of values the timer will carry ? The "d"? Should I change it to some...
280
Quote: Originally Posted by Hoborific Firstly, Indentation is key to manageable code, secondly use pastebin for large scripts, and thirdly, use [ pawn ] [ /pawn ] tags around the start and...
280
I still have the problem,I'll just post de code here. pawn Код: public OnPlayerLogin{if(PlayerInfo[playerid][pAddicted] == 1)        {           drugtime = SetTimerEx("AddictionKickIn",...
280
Alright,I'll give it a try and then post here if it work. Thanks for your reply
280
So,how can I do this? I have a timer,made with SetTimerEx. If a player does a specific command,the timer will reset. With another value. SetTimerEx("MyTimer", 50000, 0, "d", playerid); If the player ...
280
How can I select a random number from let's say,1 to 100 ? Thanks for the help
305
Hello. I recently opened a GF server with some friends in the neighbourhood to have fun. I was wondering,what's a good FS with vehicle ownership compatible with the GF mod? Thanks for your answers, H...
104
LetsOwn understood my question. So yes,basically that's what I need,to save that thing in a variable. I am using a GF edit,the FCRP one,so I need to save what he typed. For example, if he typed at Ans...
314
For example,I have some quetions,at a DMV test. The player types an answer to a question,I want that question(what he wrote) to be saved in a variable so that what he typed can be sent to other playe...
314
Yes I do use. But for other factions,the dialog works...Only that it gives different weapons and has different names..
168
So,when I click something in the dialog nothing happens. The dialog pops up,but nothing happens. The code from when I use the cmd: Quote: else if (PlayerToPoint(50.0, playerid, 223.2512,...
168
I would like some commands to return players but not in the order of their ID Like for example when I type /admins instead of returning them in the order of their IDS X[ID:1][Admin Level] - 4] Y[ID:...
98