Search Results
Quote: Originally Posted by Dimkata Nope, i changed version of Foreach, still got those5 errors Editl: works. thank ytou buddy no problem!
3,442
It seems like you don't have the correct version of Foreach, use this one by Kar https://sampforum.blast.hk/showthread.php?tid=570868
3,442
Quote: Originally Posted by Dimkata its not working, i get error. Please post the errors that you got.
3,442
Код: CheckPassword(string[]) { for(new i = strlen(string); i > 0; i--) if(!('A' <= string[i] <= 'Z') && !('a' <= string[i] <= 'z') && !('0' <= string[...
126
Change that wall (in which actor is falling down) to CreateObject not CreateDynamicObject, so it would be streamed everytime, And actor wont fall.
153
https://pastebin.com/AhGN8gEN Here's a mirror link for kickbanfix.inc, For all those who still needs this.
7,486
Here's the fix code, You were using " , " instead of " ; " Код: public RadioBroadCast(playerid, color, string[]) { new MiscString[256], Float: aaaPositions[3] , String[256]; foreach(Player, i) ...
134
Quote: Originally Posted by Mugala use sscanf instead of this PHP код:         if(isnull(params))         {             SendClientMessageEx(playerid, CO...
134
Код: public RadioBroadCast(playerid, color, string[]) { new MiscString[256], Float: aaaPositions[3]; new String[256], foreach(Player, i) { if(PlayerInfo[i][pRadioFreq] == PlayerInfo[playerid...
134
https://dev.prineside.com/en/gtasa_s..._scrb_column1/ https://dev.prineside.com/en/gtasa_s..._scrb_column2/ https://dev.prineside.com/en/gtasa_s...m_scrub_rock3/ I've founded these 3, You may choose o...
90
Try downloading latest sscanf include from here https://sampforum.blast.hk/showthread.php?tid=602923 , Replace it's sscanf.dll to your plugins folder, And paste sscanf2.inc on your includes folder (Wh...
388
Show us the code in which you are showing this dialog, I think that it's a problem in showing..
120
NVM Identified it from the topic.. Код: MutePlayer(playerid, iGivedBy, iTime, szReason[]) { if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, COLOR_GREY, "Този игÑ...
106
Hm, That's because 100 range is not enough to cover the whole sa, Replace 100.0 with 9999.0 (or above) Now where ever you goes you'll see it.. Fixed code. Код: AirportZone[i][E_CAPTURE_ZONE_CP] =...
173
I tried it in 0 , 0 , 0 coords and it's working fine, The code that i used. Код: CreateDynamicMapIcon(0, 0,0, 5, 0, -1 , -1 , -1 ,100.0, MAPICON_GLOBAL); Try doing it again, Check if the coords...
173
Nope, fallenGirl you're wrong! @Hunud You did a problem in it's parameters, You've added MAPICON_GLOBAL instead of playerid and other params. Fixed code. Код: AirportZone[i][AP_ZONE_CP] = CreateDy...
173
Thank you. I've updated this filterscript to v2.0 with some more features/bug fixes, Few pictures of new feature Version v2.0 - UPDATED Code: - Added material index, Now you can change any index of ...
3,442
Quote: Originally Posted by Konverse I bet no one will even think on repping my post Also add this way to gain reputation! It's very helpful..
528
Quote: Originally Posted by Tihoy232 how to make flag of indonesiaa how? I need a code to create a flag You can use this one to make dynamic flag.. First create a material using /create...
3,442
The pastebin link is bugged and the other Download link you've provided isn't allowed, It's prohibited here, You better provide a Mediafire , solidfire or other websites download link instead of short...
1,507