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...
681
Looks like you missing 32 bit libraries. ****** it and install it. good luck.
681
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...
260
Untested //
pawn Код:
CMD:team(playerid, params[]){ new count = 0, String[128]; for(new i = 0; i < MAX_PLAYERS; i ++) { if(IsPlayerConnected(i) && GetPlayerTeam(i) ...
260
pawn Код:
RemovePlayerWeapon(playerid, weaponid)//Credits to Xalphox{ if(!IsPlayerConnected(playerid) || weaponid < 0 || weaponid > 50) return; new saveweapon[13], savea...
335
youre using outdated g-abuse system
you must use OnPlayerWeaponShot.
169
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...
202
Do you running server on your own pc? or any hosting site?
343
Does this part really works?
pawn Code:
Anti Team Vehicle Jack
802
Nevermind fixed!
6,227
cool! nice release..
6,494
Quote:
Originally Posted by jeffery30162
weird uncontrolable textdraw selection thing.
can you explain more? no will understand
303
Here look
pawn Код:
TextDrawTextSize(PlayerInfo[playerid][SkinSelect], 20.000000, 15.000000);
303
hows you have defined textdraws? like
pawn Код:
new Text:Blabla
303
take look here https://sampforum.blast.hk/showthread.php?tid=426834
171