Search Results
really nice word 'bessensap'. I would love to have you in my dev. team.. Want to consider it? Best regards
422
pawn Код: format(string, sizeof(string), "Error 173! /nYou can't use %s dm! ", cmdtext);ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX, "ERROR!", string, "KillMe!", "Cancel" ); Here you go.
74
@Steven82 love you too.
128
I lolled hard @ hiddos' comment MBX ever considered a streamer?
135
You should recheck your virtualworlds/interior thingy because this is the only possibility in the world.
128
Yes zack, that will only show the checkpoint to the players having the PVarInt "InRace" set to 1
130
Please be more specific when you are refering to 'the race'...
88
You could fix this by adding pawn Код: new pBoxMats, pBoxDrugs; to the top of your script, but since i don't know what you are going to store in there, arrays, integers etc. I can't say for sure....
68
Use CreatePickup for this, and add to your /enter /exit if(IsPlayerToPoint(playerid, distance, pickupcoordx, pickupcoordy, pickupcoordz)) Best Regards
132
For some reason I can't figure out how to get this working, could anyone help me? pawn Код: // public OnPlayerPickUpPickup(playerid, pickupid)    for(new i = 0; i < 3; i++) // 38674    { ...
56
Try to add this: pawn Код: TogglePlayerSpectating(playerid, 0); it worked for me :P
221
I have been thinking about that too, it was a pitty for me to find out with the tire states.. but what i know is that fronttires will pop on state 10. So maybe front doors will open up using that too...
264
https://sampwiki.blast.hk/wiki/DoorStates ? https://sampwiki.blast.hk/wiki/TireStates ? Is that what you mean?
264
Yes they are fully stable, i use car color 146 all the time :$
66
pawn Код: public ObjectMove1(){    MoveObject(object, -2853.04467773,2583.68579102,275.84753418, OBJECTSPEED);    SetTimer("ObjectMove2", (MoveObject(object, -2853.04467773,2583.68579102,275.8...
93
pawn Код: new FrozePlayerBecauseTooLowHealth[MAX_PLAYERS];if(IsPlayerInAnyVehicle(ID)){    if(MasinosGyvybes < 700)    {        if(FrozePlayerBecauseTooLowHealth[playerid] == 0)     ...
188