Search Results
The only solution is to make it a live streamed audio. MP3 files will always start from the beginning.
69
Quote: Originally Posted by maluco700 have other link to download sawars Oh my..
544
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.
197,517
PHP код: format(text, sizeof(text), antiswear(text)); 
165
That's not how PAWN works buddy.
106
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...
176
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...
151
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.
176
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...
176
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.)
151
Quote: Originally Posted by Yaa PHP код: LegShott = SetTimerEx("LegShot", 12000, false, "i", playerid);  Mhm... Just.. omfg........ OP: What's not working? If it's...
128
Would you ever finish this to work with lists?
3,216
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.
101
Is the AddVehicleComponent destroying itself @ vehicle death?
101
PHP код: #define overwrite(%0,%1) strcat((%0[0] = EOS, %0), %1)CMD:makemeleader(playerid) {  overwrite(FacInfo[pInfo[playerid][pFaction]][fLeader], PlayerName(playerid));    retur...
138
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  ...
138
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.
123
Eh.. "Is it possible to have a server without a tag which doesn't help?" What do you think?
117
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.
93