Search Results
Код: new Text: Textdraw[MAX_PLAYERS]; public RemoveTextdraw (id) { TextDrawDestroy (Textdraw[id]); return 1; } forward RemoveTextdraw (); public OnPlayerDeath (playerid, killerid, reaso...
110
MP2, big thanks, your post is very helpful for my situation.
90
Hi. If it's possible, how can i run function in gamemode from filterscript? I create a NPC record, but can't use a_samp functions in this FS...
43
2KY, thanks for fast reply. Maybe you know how much appends damage, accuracy and rate-of-fire for each skill level? Or maybe between two value? (0-99, 100-199 etc). And thanks, now i see different be...
90
Hi. Today i found a new for me function - SetPlayerSkillLevel, and i wanna get more information (maybe with examples), because i don't understand what gives this function. I tried to set different val...
90
Memoryz, thanks, i don't know about this function
76
Hello. I wanna turn off engine of all vehicles, but have a problem with this, when i enter a vehicle - engine is turned on... Код: new VehicleEngine [MAX_VEHICLES]; Код: public OnVehicleSpaw...
76
The problem was that when i attach text to playerid 0 (me) I have not seen the text and thought that this function does not work, but all works fine, others players see the attachment text over a play...
97
PHP код: PausedLabel = CreatePlayer3DTextLabel(playerid, "Paused", red, 10.0, 20.0, 30.0, 40.0, 0);  U forgot playerid And i want question u, when u use Attach3DTextLabelToPlayer...
134
Mm...i scripting on pawn about 3 years ago, but try something like this PHP код: new bool: WalkDrunk[MAX_PLAYERS]; public OnPlayerUpdate (playerid) {     new playerState = GetPlay...
88
CoaPsyFactor, yes, this is. Thanks.
67
Hi. How can i add glow (like "neon") to player? I need only code of this glow... Thanks
67