Search Results
It didnt work, it didnt even print any stuff in logs
52
Hi i am making a DM, were at a end of a round i need the players with top 3 amount of kills to be declared as winners. I am having a bit of trouble with sorting those value, i store them in a variable...
52
Yes even with lvdm it didnt work, i checked it by putting a print statement on player disconnect but it doesnt work. But it work for Filterscripts, it doesn't work for Game modes.
114
When they Join server Get their IP, and compare them with a IP saved in their file(you should do this when they register), if both are same the make them singin, if they are not prompt them for passwo...
182
Sorry, it won't work. It removes weapons on your screen, but still you can DB though you can't see it.
321
Remove that Return 1; under SendClientMessage.
63
Quote: Originally Posted by © ŦĥЗ ǺĽẽẌṖŎịŚỘń you need this? Код: stock GetDMY(&day, &month, &year) { new d, m, y; getdate(y, m, d); day = d; month =...
152
Remove this code from OnPlayerDisconnect pawn Код: dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerSkin(playerid)); and put it in OnPlayerSpawn pawn Код: dUserSetINT(PlayerName(playeri...
218
sorry it was my mistake gArena[playerid] = false; gArena[playerid] = true; use == when you check for condition
120
Slick, i use this for my GM. it would be nice if you could give a tutorial of how to save and read arrays(two and three dimensional) using SII.tia.
2,089
pawn Code: // TOp of the scriptnew bool:gArena[MAX_PLAYERS];if (strcmp(cmdtext,"/x1", true)==0)    {    if(GetPlayerMoney(playerid) < 200) return SendClientMessage(playerid, COLOR_RED, "You ne...
120
when player types /afk do SetPlayerChatBubble(playerid,"AFK",COLOUR_WARNING, 50.0,99999999); and when he types /back do SetPlayerChatBubble(playerid," ",COLOUR_WARNING, 50.0,99999999);
74
pawn Код: if(IsPlayerNPC(playerid)) return 1; Add this in your admin FS, prob OnPlayerConnect or were ever required
60
Well, i want to know how to find whether a name have particular characters or not, for example if the name is : "[OPC]BLAHBLAH", i want to detect whether name have "[OPC]".
47
You don't need to define "Enable" again at OnGameModeInit() Just do new Enable = 1; if(Enable == 1){ // whatever you want do it here return 1; }
98
maybe you should say us what is not working, and show us the script.
86
Quote: Originally Posted by [MOB Tr1viUm ] There must be someone in the vehicle (as driver afaik) when you use AttachTrailerToVehicle. Yea this is true. You need someone in vehicle for a...
65
Get a map editor and convert the maps to pawno using a map converter. use search there are many questions like this already answered.
160
Use a FS known as Medit, still you need to know object id's.
88
Use AdrenalineX race script, it will perfectly match. Search for it.
127