Search Results
- I sell cheap domain name, please contact me
- Mail: Yeunhamm@gmail.com
- Fb: https://*******/White.NQH
- Support A-Z
197
- Giveplayer cuffed,uncuff = crash??
- Command
PHP код:
CMD:handcuff(playerid, params[])
{
    new string[128],targetid;
    if(sscanf(params, "u", targetid)) SendClientMessage(pl...
106
Quote:
Originally Posted by ActionTanki91
Or use a sscanf, for explode players
- No Create an explosion at the player's position .
- create an explosion in a default location?
288
Quote:
Originally Posted by IceBilizard
first of all goto in game and type /save where you want to create explosion then find your X, Y, Z cords at
My Documents > GTA San Andreas Us...
288
Quote:
Originally Posted by ReshiramZekrom
What? Try to explain it better .-.
- Create explosion at pos xyz 1528.4355,-1704.9825,34.2528 .
- Do not Create an explosion at the player's ...
288
new Text:Registerbox
replace
new Text:Registerbox;
193
- I want to create an explosion in a default location?
- example not work
PHP код:
CMD:exp(playerid, params[])
{
        CreateExplosion(1528.4355,-1704.9825,34.2528,4, 30.0);
   ...
288
Quote:
Originally Posted by Yaa
Try to change GetVehicleModelMass to modelMass
error 017: undefined symbol "modelMass"
339
Quote:
Originally Posted by Yaa
Solution Number 2
1 - Download this include https://github.com/karimcambridge/SA...ive/master.zip
2 - add #include <vehiclemodeldata>
3 - recomplie ...
339
Quote:
Originally Posted by CannonBolt
What are you planning to do with this code? Event?
Yes.
I use the Earthquake Event
339
Quote:
Originally Posted by Yaa
1 - Download this include https://sampforum.blast.hk/showthread.php?tid=438678
2 - add #include <evi> in u includes
3 - recomplie it
4 - Done
- N...
339
Код:
new AmountOfShakes[ MAX_PLAYERS ];
forward SetPlayerEarthquakeEffect ( playerid, amount_of_shakes );
forward EarthquakeEffects ( playerid, interval, bool:status );
public SetPlayerEarthquak...
339
Quote:
Originally Posted by quochuy
- Dialog reg
PHP код:
        case DIALOG_REGISTER:
        {
            if(!response) return Kick(playerid);
 Â...
216
Quote:
Originally Posted by Marricio
The problem here is that you're not assigning the Banned field value in the MySQL table, and it doesn't have any pre-set value (you set it when you're ...
216
- Dialog reg
PHP код:
        case DIALOG_REGISTER:
        {
            if(!response) return Kick(playerid);
            if(strlen(inputtext) <Â...
216
Quote:
Originally Posted by Sanady
SA-MP don`t have his function for it, but YSF plugin has. Here it is:
PHP код:
http://forum.sa-mp.com/showthread.php?t=609499Â
And if you do...
262