Search Results
Quote:
Originally Posted by WalterWhite
How in the world did you come to that conclusion? His error doesn't highlight anything to do with a dependency issue, and he hasn't even stated that...
11
Looks like you missing 32 bit libraries. ****** it and install it. good luck.
11
Quote:
Originally Posted by Schneider
@Ryz...that will only show the teamplayer with the highest playerID...
pawn Код:
CMD:team(playerid, params[]){ new String[256], yname[MAX_PL...
10
Untested //
pawn Код:
CMD:team(playerid, params[]){ new count = 0, String[128]; for(new i = 0; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i) && GetPlayerTeam(i) ...
10
pawn Код:
RemovePlayerWeapon(playerid, weaponid)//Credits to Xalphox{ if(!IsPlayerConnected(playerid) || weaponid < 0 || weaponid > 50) return; new saveweapon[13], savea...
12
youre using outdated g-abuse system
you must use OnPlayerWeaponShot.
9
Quote:
Originally Posted by RoC4life
First Of all you use /housesmall or /hmenu > House Admin Menu> Create House > GOTO Scriptfile > There will be a folder created i mean notep...
11
Do you running server on your own pc? or any hosting site?
9
Does this part really works?
pawn Code:
Anti Team Vehicle Jack
42
Nevermind fixed!
269
cool! nice release..
388
Quote:
Originally Posted by jeffery30162
weird uncontrolable textdraw selection thing.
can you explain more? no will understand
11
Here look
pawn Код:
TextDrawTextSize(PlayerInfo[playerid][SkinSelect], 20.000000, 15.000000);
11
hows you have defined textdraws? like
pawn Код:
new Text:Blabla
11
take look here https://sampforum.blast.hk/showthread.php?tid=426834
13