Search Results
OMGGGGGGGGGGGGGGGGGGGGGG NEVER use #pragma unused params..NEVER! params isnt even defined here o.O
101
Did you try to maybe set the world bounds, bigger than the map? That Loading screen usually comes up if the player is out of the world.
832
Before you say it, I know this code has errors, multiple, but it's the concept i'm going for. This takes the data from the speedometer and converts the MPH to miles per second, then sets a timer base...
116
I think I thought of an equation that will work using the vehicle's speed. I'll try it out and let you guys know
116
Quote: Originally Posted by Abagail If you were to have ******d this before posting you would've found an include for this, https://sampforum.blast.hk/showthread.php?tid=91815 I actual...
116
Hi All, Does anyone have any ideas on how to make an Odometer? I can make everything, but i'm not sure how to register the distance, any suggestions? I could set a timer and make it change if the v...
116
Use Y_INI OR D_INI, dont use both. It's like trying to put chevy parts on a ford.
134
Hmm, try this pawn Код: public OnGameModeInit(){    SetTimer("PayDay", 60000, true);}forward PayDay();public PayDay(){    for(new i=0;i<MAX_PLAYERS;i++)    {        GivePlayerMoney(i...
219
Wait so, you want to get the player's money, multiply it by 10 then divide it by 100 and that's what you give them? Because if I have 1000 before paycheck, i'll get 100. But if I have 150 before pay...
219
Use this for gates. PM me if you need help https://sampforum.blast.hk/showthread.php?tid=497223
156
Bump! I've noticed a lot of people are still doing it manually! This is seriously only 1 line of code per gate guys
724
Quote: Originally Posted by 1fret that didnt work Add the plugin nativechecker, then run the server. You will still get the runtime error, but post the server log, from where it says s...
167
I think GDATA is the best one, but I normally don't use virus protection. However, if I'm setting up someone else's pc, I install AVG, it's free and works good
529
show all of your #includes.
134
Quote: Originally Posted by Ramoboss Look, try to convert your objects from CreateObject to CreateDynamicObject https://sampforum.blast.hk/showthread.php?tid=102865 there is the plugin/i...
108
your indentations gave me a stroke. pawn Код: if( ( should only have one bracket. (I fixed that and changed the indentations so I can read it better for more issues) pawn Код: if(ServerInf...
207
Big hint, if you're writing a script, don't use string compare, use zcmd. Also... pawn Код: if(PlayerToPoint(2.0,playerid,2045.9504,-1913.1392,13.5469)) Maybe you've defined it elsewhere, but it...
123
pawn Код: format(query, sizeof(query), "UPDATE `users` SET `upgrade` = %d, `paydaytime` = %d, `spawnhealth` = %.1f, `cellphone` = %d, `number` = %d, `savings` = %d, `housekey` = %d, `bizkey` = %d,...
125
That would be a plugin in your script that is checking for any issues, it will report them..Most likely CrashDetect or something similar, nothing to worry about
125