Search Results
Hello, I’ ve decided to release my “Hidden Packages” filterscript, as I didn’t see anyone done it yet. WHAT IS IT? Well, most of you will remember the 100 “Hidden Packages” (Tiki S...
258
So far good. It sets the player into a virtual world when the player is AFK. You could probably add a text to let the players know who went AFK.
373
Код: #include <a_samp> #include <core> #include <float> #include "../include/gl_common.inc" #pragma tabsize 0 new playercash; #define blue 0x375FFFFF #define grey 0xAFAFAFAA #def...
88
I think it's time that you post your errors to see what's wrong.
219
Nothing will help like this. You should learn the basics of scripting instead of copying and using finished gamemodes.
278
How do you think we can help you if you don't give some informations about the code.
278
You must put it under OnPlayerCommandText.
408
Post yours and we will tell you what you did wrong. This may help also other people who have the same problem.
408
https://sampwiki.blast.hk/wiki/OnPlayerDeath
126
Quote: Originally Posted by Medal Of Honor team pawn Код: if(GetPlayerMoney(playerid) < 0){    SendClientMessage(playerid, COLOR, "You can't deposit the cash you don't have");  ...
142
If you don't use them and don't need them, just delete them.
185
pawn Код: if(strcmp(cmd,"/wanted",true) == 0){    new string[128], names[MAX_PLAYER_NAME];        if(PlayerInfo[playerid][pCop] > 2)    {        SendClientMessage(playerid, 0x8C0000...
53
2. What do you want to detect when there are 18/20 players and what should happen?
125
Put them in your gamemode as You just use them once each of them.
114
Quote: Originally Posted by Stigg pawn Код: if(Player[playerid][AdminLevel] < 1)//if the player has any admin level Actually it should be pawn Код: if(Player[playerid][Admi...
113
Depends on the gamemode. Of course you can remove the lines where it adds these mods.
88
Returning a ' 0 ' means that the message won't be showed in this case.
140
What other way you want, this is perfect.
140
https://sampwiki.blast.hk/wiki/OnPlayerText There is also an example about the muting.
140