Search Results
Quote: Originally Posted by SnG.Scot_MisCuDI Not tested but try pawn Код: forward ReturnPosition(playerid); pawn Код: new Float:Pos[MAX_PLAYERS][4]; pawn Код: if(strcmp(cmd, ...
85
when I /Spec OFF a player, it doesnt return me to my last pos. It returns me to 0,0,0. pawn Код: if(strcmp(cmd, "/spec", true) == 0 || strcmp(cmd, "/recon", true) == 0)    {        if(IsPla...
85
Quote: Originally Posted by [ABK]Antonio I noticed I messed up a little bit :P pawn Код: public IsAtAmmoLimit(playerid, weaponid, ammo){    new weapon[13][2], ammo2;    for(new i...
132
Quote: Originally Posted by [ABK]Antonio pGunInfo[playerid][WEAPONSLOT] = 500; Would set any weapon on that weapon slot to only be able to have 500 ammo https://sampwiki.blast.hk/wiki/W...
132
Quote: Originally Posted by [ABK]Antonio Since you aren't really returning anything significant you can use this instead... pawn Код: new pGunInfo[MAX_PLAYERS][13];//We can set these ...
132
So I came up with a way to "Hard Cap Ammo Capacity" on players. Problem is its not working. pawn Код: public IsAtAmmoLimit(playerid, gun, ammo){    new weaponid, ammo2;    GetPlayerWeaponDa...
132
Quote: Originally Posted by misho1 I Got 6 Warning And 6 Errors! Код: E:\Freeroam World\filterscripts\admin.pwn(1343) : error 017: undefined symbol "ID" E:\Freeroam World\filterscript...
110
The Server Crashes When a player LOGS IN. When you /register, it asks for your password(Registeres correctly I assume). /Register Code pawn Код: public OnPlayerRegister(playerid, password[]){  ...
72
Wrong section. This is NOT the plugin section.
334
Sample Solution to that error: Go to the line showing that and try this method of input. pawn Код: format(textstring,sizeof(textstring),"~r~Existence~h~~h~RPG~n~~y~Create Account~n~~n~~w~%s%sAcco...
108
/kiss playerid and the other player accept kiss and they do the CJ kissing a girlfriend animation together. Sync :P
86
Download the godfather script, search /dropcar.
78
Quote: Originally Posted by PlayHard Yes, Put this under OnPlayerConnect pawn Код: PlayAudioStreamForPlayer(playerid, "PUT THE URL HERE"); example: pawn Код: public OnPlayerCon...
150
Another few questions, can more than 1 audio stream be played at once and can the green text showing audio stream url be hidden or not shown?
150