Search Results
My Text Labels do not seem to work anymore. Код: BusinessInfo[b][bTextLabel] = CreateDynamic3DTextLabel(string, COLOR_WHITE, BusinessInfo[b][bPosition][0], BusinessInfo[b][bPosition][1], BusinessI...
93,915
pawn Код: stock DeductPlayerDamage(playerid, Float:damage, Float:multiplier=1.0){    //WeaponDamage[playerid] = damage * multiplier; You may want to add this if you have a SetPlayerArmourEx anti...
71,293
For those who are having trouble with this as well, this seemed to fix it for me. Код: new banLength = gettime(); banLength += days * 86400;
83
Hello, when I use gettime() for my ban system, it doesn't seem to work properly as it should. pawn Код: stock BanPlayerEx(playerid, reason[], type, days){    new        szQuery[256];    Pl...
83
This could be due to the amount of time each text is processed. EDIT: I doubt it would be really, it's your script.
270
Quote: Originally Posted by Rapgangsta You're relasing a script that you didn't tested? I tested it of course, but this was ages ago in 0.3e R5. Quote: Originally Posted by H...
396
Quote: Originally Posted by Shetch Sounds amazing. Could you add some screens or maybe a video? I'm lazy to install 0.3e but I will try to do it asap.
396
FirstPerson [ame]http://www.youtube.com/watch?v=VVoMt9-GkuA&feature=player_embedded[/ame] This include requires a file from the YSI library (y_hooks.inc) and can be found by clicking here. This ...
396
Hello RicaNiel, In my script, I've did this. I've provided an example below inside a snippet for you. pawn Код: switch(dialogid)    {               case 1337:        {          Â...
111
This is not realistic, the drunk level is the worst way to use but only way possible sadly. If you shoot in a certain direction, you will hit a certain point instead of a random one. It does not work,...
354
It would be unable to compile due to your script causing errors, please post the log onto the thread.
253
I've noticed that with EditAttachedObject, there is no limit to how much you can drag the object. It'd be good to have a limit restriction on it, set by code or default.
5,983
Quote: Originally Posted by VIPAwesome man "(INCLUDE NAME)" means Like Streamer djson a_zones etc Don't bother using the NGRP script if you're making it too obvious that you're using it.
90
No, you mustn't have because they're one object meaning all it's contents are compressed to one thing. They probably covered the entrance with some sort of object.
72
You've entered an invalid include name, "(INLUCDE NAME)" somewhere in your script. Find it (CTRL + F) and delete that line, else if you're looking for y_timers. Visit the thread here: https://sampforu...
90
Looks nice but I don't want to use it as I'm used to the simple zcmd and sscanf.
3,949
pawn Код: CMD:setname(playerid, params[]){        new pName[MAX_PLAYER_NAME]        tmp = strtok(cmdtext, idx);        giveplayerid = ReturnUser(tmp);        if(PlayerInfo[playerid...
106
Fixed the issue, the values were out of the brackets. Not needed anymore.
122
When I try to execute this command, I get the following error. Код: sscanf warning: Format specifier does not match parameter count. This is quite weird as the parameters are all valid, as far as ...
122
Quote: Originally Posted by aco_SRBIJA 1) If hez no hacka? Lol. 2)If hez desynchronised? 3)Packet Loss? 4)Ping higher than 400? .... If what 1337connor said is true, a famous server u...
559