Search Results
Please help me with playing audio from *******.. the link that everyone says is not working...
105
pawn Код: CMD:babu(playerid){    if(PI[playerid][pAdmin] < 9) return 1;    for(new i = 0; i < 8; i++)    {        if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttach...
61
Quote: Originally Posted by Abagail All functions within the Streamer plugin have adjustable parameters. CreateDynamicObject has: Stream distance is how far away the player is before the...
63
Quote: Originally Posted by Eoussama I don't know, maybe you can change these sizes? VPlate3[128] if this is intended to vehicle number plates then, it should be lessened, vehicle plates c...
120
Quote: Originally Posted by SPAWN_METAL there is nothing to opt Okay Thanks for the confidence. I saw a post from ****** saying: Quote: Originally Posted by TheCman in paw...
120
TP Anti-cheat? Im suggesting doing a server sided X,Y,Z. Код: enum PlayerData { Float:PlayerX, Float:PlayerY, Float:PlayerZ }; new PlayerInfo[MAX_PLAYERS][PlayerData]; forward SetP...
125
Hello, I'd like an opinion on some code I have and how to optimize it to run as fast as possiable. If you see a better way code this, please tell me Код: enum pInfo { pLoggedIn, pPass[256], pS...
120
Quote: Originally Posted by Arbico Bro, Try this, Rep+ if it works please PHP код: CMD:admins(playerid, params[]) {      new Str[200], Name[MAX_PLAYER_NAME];      Send...
98
Quote: Originally Posted by Dokins This string is of excessive length pawn Код: format(astring, sizeof(astring), "{A35346}Name: {FFFFFF}%s{FFFFFF} | {A35346}Admin Level: {FFFFFF}%s (%d...
98
Код: CMD:admins(playerid, params[]) { new online, astring[256],string[50]; if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to login first before using an...
98
Quote: Originally Posted by aoky Press CTRL+F and search through SetPlayerPos, make sure it's not overwriting what it should. As i said, if player reconnects this isn't happening. this ...
90
*bump* I'm still really intrested in your thoughts! please continue..
157
server prints noting. not "* %s knocks on the house door." and not "You are not near a house." what i used: Код: cmd:knock(playerid, params[]) { new string[50], NearHouse; for(new idx; idx < ...
100
If i do this what would be the point of NearHouse? It will flood the chat for the player "You are not near a house" when he isn't near a house (cause it goes thorugh all houses...)
100
Hi! Trying to make /knock command to simulate a knock on house door. problem is that it doesn't work and shows only "You are not near a house".. even if im standing on it. Код: CMD:knock(playerid...
100
Quote: Originally Posted by 10MIN The compiling is that long because pawncc (aka Pawn Compiler) has to compile your script, look for errors, and then giving the answer to you. It takes ti...
157
Quote: Originally Posted by Vince File based systems are inefficient no matter how you look at it. Even though classic HDDs are being replaced in favor of SSDs, they're still the slowest p...
157
Interesting.. I'm going to test that out. thank you.
157
Hello samp forums! My name is Max and i'd like to have some help with making my script faster. Loading houses/businesses/factions/families/objects/gates was a really pain for me lately. Heres my metho...
157