Search Results
The only solution is to make it a live streamed audio. MP3 files will always start from the beginning.
133
Quote:
Originally Posted by maluco700
have other link to download sawars
Oh my..
1,061
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.
363,565
PHP код:
format(text, sizeof(text), antiswear(text));
299
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...
319
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...
312
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.
319
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...
319
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.)
312
Quote:
Originally Posted by Yaa
PHP код:
LegShott = SetTimerEx("LegShot", 12000, false, "i", playerid);
Mhm... Just.. omfg........
OP:
What's not working? If it's...
243
Would you ever finish this to work with lists?
4,284
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.
169
Is the AddVehicleComponent destroying itself @ vehicle death?
169
PHP код:
#define overwrite(%0,%1) strcat((%0[0] = EOS, %0), %1)CMD:makemeleader(playerid) { overwrite(FacInfo[pInfo[playerid][pFaction]][fLeader], PlayerName(playerid)); retur...
263
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
...
263
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.
261
Eh..
"Is it possible to have a server without a tag which doesn't help?"
What do you think?
244
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.
202