Search Results
pawn Код:
INI_ParseFile( USER_PATH ( playerid ), "load_user_%s", .bExtra = true, .extra = playerid );
to
pawn Код:
INI_ParseFile( USER_PATH ( playerid ), "load_user_%s", false, true, playerid ...
337
Hey guys,
I've searched the ObjectID for this Object:
.. and I can't find it..
Can you help me to find this ?
283
Update the hole YSI Library..
And use
#include <y_iterate>
325
No..
I'll wait other answers.. But thanks
294
pawn Код:
CMD:stats(playerid, params[]){Â Â new target, sString1[90], sString2[90], sString3[90];Â Â if(sscanf(params, "u", target))Â Â {Â Â Â Â format(sString1, sizeof(sString1), "_____...
118
pawn Код:
command(admins, playerid) Â { Â Â new longstring[200], shortstring[30], Count = 0, pName[25]; Â Â for(new i; i < MAX_PLAYERS; i++) Â Â { Â Â Â Â if(IsPlayerAdmin(i)) Â Â Â...
170
I know, but maybe you guys know another possibility and.. you know
294
Quote:
Originally Posted by clarencecuzz
by Audiomsg, I suppose you mean PlayAudioStreamForPlayer?
Yes, that thing that says you:
Quote:
Audio stream: [LINK]
294
Well, I have a question for you guys..
Is there a possibility to set 'audiomsgoff' for every player to 'true' when he / she enters the server?
294
Yes, I've set the color, I'm not so dumb...
But thanks for the help..
242
Well I have a problem...
Function:
pawn Код:
stock FormatMSGToAll( color, string[ ], va_args<> ){Â Â format( _S_T_R_, sizeof _S_T_R_, string, va_start<2> );Â Â SendClientMessage...
242
pawn Код:
LoadVehicle(filename[ ]){Â Â CreateVehicleEx(dini_Int(filename, "Model"), dini_Float(filename, "XSpawn"), dini_Float(filename, "YSpawn"), dini_Float(filename, "ZSpawn"), dini_Float(fil...
249
Replace:
pawn Код:
SendPRTransmission(red, string, 126);
With:
pawn Код:
SendPRTransmission(red, string);
The explication is that your function doesn't have a parameter for the size
181
Look in your others FilterScript and check if OnPlayerText returns false
219
Are you mad ?
You can remove it with a timer and ClearChat like I've did..
Topic Soved, btw...
117
Well I want to 'remove' that part: "Connected to [0.3e]The Urbans: 1.0a | New Chapter 4 FUN"
pawn Код:
for( new chat; chat != 20; ++ chat ) SendClientMessage( playerid, -1, " " );FormatMSG( pla...
117
pawn Code:
if(LSPD == lspdfbi1, lspdfbi2, lspdfbi3, lspdfbi4, lspdsultan1, lspdsultan2, lspdsultan3, lspdsultan4, police1, police2, police3, police4,hpv1, hpv2, hpv3, hpv4)
to
pawn Code:
if(LSPD =...
149