Search Results
Quote:
Originally Posted by Flamehaze7
They are required if you use sscanf2 and streamer so you have to download them, place them inside the /plugin/ folder in your sa-mp server directory ...
420
Quote:
Originally Posted by venomlivno8
It says that plugins failed to loaded, maybe you should try redownloading plugin .dll files
Done that already. From Incognitos and Emmet_'s? topi...
420
Quote:
Originally Posted by venomlivno8
It says that plugins streamer and sscanf fail to load.
Sur thing i did. Also, it says "0 plugins loaded" not even failed if I have not added them.
420
Hello!
Well, tried to make a new svr with optimized code, updated plugins and includes.
Downloaded about 20 ago, so, the newest. (and yes, the script makes no error and compiles w/o any problems)
Her...
420
okey to make t easier to explain:
PHP Code:
TimePassedSince(playerid, datetime[])
{
new str[128];
format(str, sizeof(str), "Since last login you have missed %02d days ...
199
Heelloo every1!
I have been trying to make a script, witch calculates how much time passed since player last logged in.
So, I have this datetime script I made, 1min = 5005ms
As the minutes goes when...
199
well, i have done everything, works fine for me. but the problem with compl. part, i have mac so, i cannot use pawncc.exe, is there any way to fix this?
followed the whole tut and everything else, exc...
21,187
also. if you know php, there will be no probs with pawn.
if you have trouble to get the idea how pawn lang works. just warch some vids about php. anyhow, you will learn one of them
244
fixed. some of my functions are somehow blocking SetTimer function, possible return 0 fault.
130
found a solution!
PHP код:
#function
GetVehicleRelativePos(vehicleid, &Float:x, &Float:y, &Float:z, Float:xoff= 0.0, Float:yoff= 0.0, Float:zoff= 0.0)
{
new Float:...
224
well, i tried to make a function that checks if player is near driver's door.
PHP код:
new Float: x, Float: y, Float: z;
GetVehicleModelInfo(car[id][carModel], VEHICLE_MODEL_INFO_FRONTS...
224
PHP код:
TogglePlayerSpectating(playerid, false);
362
make a variable e.g.new bool: roundHeal[MAX_PLAYERS];
on round start set roundHeal[playerid] = true;
when player heals make roundHeal[playerid] = false;
on round ends make roundHeal[playerid] = false;
255
Quote:
Originally Posted by F1N4L
blah .. blah .. blah..
Read the first one https://sampforum.blast.hk/showthread.php?tid=580289
278
did you tried TextDrawShowForPlayer on connect?
Also, this could be more easier for use:
PHP код:
new Text: txtN, Text: txtEW, Text: txtA, Text: txtGE;
new Text: txtD, Text: txtEAT...
278
https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage
witch bodypart has been hit -> if has armour -> if they have, take amount of armour instead of health
also, you can make variable to set weapo...
156
Fixed, my house system was somehow bugging those textdraws.
165
Title says almost everything.. still...
I made cmd /changewheels and I should show model selection textdraws, also be able to click and change wheels.
Truth, it's not working since I started script th...
165
great, a few things could be better. however, good map. keep it updated.
2,036