Search Results
The only solution is to make it a live streamed audio. MP3 files will always start from the beginning.
21
Quote: Originally Posted by maluco700 have other link to download sawars Oh my..
162
I'm available to script for a roleplay server for free. I'm experienced enough and are able to do pretty much anything. Send me a PM with the server IP and/or teamspeak3 IP.
38,940
PHP код: format(text, sizeof(text), antiswear(text)); 
33
That's not how PAWN works buddy.
30
Quote: Originally Posted by AndreiWow Where can I find the files that will save? Download a MySQL Database Manager such as phpMyAdmin, or Navicat. I suggest Navicat strongly. https://ww...
43
Quote: Originally Posted by wallee 1) The old one, i think it's 3.1? 2) This is the only occurence in the entire file: Код: #line 423 forward OnPlayerWeaponShot(playerid, weaponid, h...
38
Quote: Originally Posted by 4D1L To be honest, it's just much simpler using XAMPP. But then you get lots of other shit which isn't even needed.
43
First off, no you don't need PHPMyAdmin, that's just a web side based database manager. So well.. 1.) Download http://dev.mysql.com/downloads/file/?id=467605 2.) Run and install it. 3.) While install...
43
Hooks aren't made to be called from one and a same file I guess.. If it should work eitherway, then make sure you have include y_hooks. (Assuming you're using y_hooks.)
38
Quote: Originally Posted by Yaa PHP код: LegShott = SetTimerEx("LegShot", 12000, false, "i", playerid);  Mhm... Just.. omfg........ OP: What's not working? If it's...
32
Would you ever finish this to work with lists?
1,477
Quote: Originally Posted by Sew_Sumi Pretty sure it does. When the vehicles respawn they simply respawn, unless your script adds their components again. Alright, thanks.
41
Is the AddVehicleComponent destroying itself @ vehicle death?
41
PHP код: #define overwrite(%0,%1) strcat((%0[0] = EOS, %0), %1)CMD:makemeleader(playerid) {  overwrite(FacInfo[pInfo[playerid][pFaction]][fLeader], PlayerName(playerid));    retur...
35
You should use strcat instead of format as it's slower, define this in your script; PHP код: #if !defined strcpy    #define strcpy(%0,%1) strcat((%0[0] = EOS, %0), %1) #endif  ...
35
Send me either the pizza FS or car wash FS. The problem is probably that the dialogs ID's are close to be the same.
37
Eh.. "Is it possible to have a server without a tag which doesn't help?" What do you think?
27
You must do it manually, there's no bug "compiler", the only compiler there is, is the AMX compiler which doesn't even find bugs.
44