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 ...
210
I don't know where the object is...
164
Hey guys, I've searched the ObjectID for this Object: .. and I can't find it.. Can you help me to find this ?
164
Update the hole YSI Library.. And use #include <y_iterate>
198
No.. I'll wait other answers.. But thanks
151
pawn Код: CMD:stats(playerid, params[]){    new target, sString1[90], sString2[90], sString3[90];    if(sscanf(params, "u", target))    {        format(sString1, sizeof(sString1), "_____...
65
pawn Код: command(admins, playerid)  {     new longstring[200], shortstring[30], Count = 0, pName[25];     for(new i; i < MAX_PLAYERS; i++)     {         if(IsPlayerAdmin(i))     Â...
82
I know, but maybe you guys know another possibility and.. you know
151
Quote: Originally Posted by clarencecuzz by Audiomsg, I suppose you mean PlayAudioStreamForPlayer? Yes, that thing that says you: Quote: Audio stream: [LINK]
151
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?
151
Yes, I've set the color, I'm not so dumb... But thanks for the help..
119
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...
119
pawn Код: LoadVehicle(filename[ ]){    CreateVehicleEx(dini_Int(filename, "Model"), dini_Float(filename, "XSpawn"), dini_Float(filename, "YSpawn"), dini_Float(filename, "ZSpawn"), dini_Float(fil...
91
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
78
Look in your others FilterScript and check if OnPlayerText returns false
117
Are you mad ? You can remove it with a timer and ClearChat like I've did.. Topic Soved, btw...
55
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...
55
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 =...
86