Search Results
Your dialog may be conflicting with other dialogs in your GM/FS
109
y_ini is a step above dini but if you can, write in mysql
152
new Timer; Timer = SetTimerEx("SavePlayerAccountTimer",300000,true,"i ",playerid); Kill(Timer);
319
Did you copy all contents of the map editor into your GTA SA game directory?
148
Here are some links, and you are on your way to knowledge https://sampwiki.blast.hk/wiki/OnPlayerText https://sampforum.blast.hk/showthread.php?tid=335123
139
Код: new bool:HeadShots; CMD:headshot(playerid, params[]) { //isplayeradmin(here) { if(HeadShots == false) { SendClientMessage(playerid, COLOR, "You have enabled headshots"); HeadShots...
197
If you havnt already download Streamer At the top of your script place Код: #include <streamer> Now, using the map editor hit "Show Code" at the top. Select CreateDynamicObject Copy and past...
249
You cant. The creator most likely doesn't want you to have access to their code. Contact the creator of the AMX and ask for PWN.
107
PHP код: #include <sscanf2> CMD:changemission(playerid, params[]) {     if(IsPlayerAdmin(playerid)     {         new mission[50], cmd[50]; //strings         i...
221
Read the wiki: https://sampwiki.blast.hk/wiki/SetObjectMaterialText
199
Quote: Originally Posted by jihadmeneer How would this possible work? He didn't define forplayerid, don't use this.. I know.. That was the usage from the wiki.. i was showing how the fi...
211
try: PHP код: ShowPlayerNameTagForPlayer( i, playerid, 0);  from the wiki showing usage: Код: ShowPlayerNameTagForPlayer(forplayerid, playerid, 0)
211
Код: native AttachDynamicObjectToPlayer(STREAMER_TAG_OBJECT objectid, playerid, Float:offsetx, Float:offsety, Float:offsetz, Float:rx, Float:ry, Float:rz); Look here: https://sampforum.blast.hk/sh...
74
Object id: 2712 is a mop. However, look here for all the objects: http://gta-sa-mp.de/forum/index.php?page=Objects
81
Look at this, maybe itll help. https://sampwiki.blast.hk/wiki/IsPlayerAdmin
205
pawn Код: public OnPlayerCommandPerformed(playerid, cmdtext[], success){    if(!success) return SendClientMessage(playerid, COLOR_RED, "Unknown command");    return 1;}
260
Quote: Originally Posted by Humza What kind of command i have to use? https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
224
Quote: Originally Posted by LorDWarS yes, i know that its made by SetPlayerAttachedObject, buy - how i can change the attached object size? Reeeead man, reeeadddd. Код: fScaleX (op...
186
Without looking at the code (i dont want to download it, next time use pastebin.com) 1. i assume you are either missing or have an extra bracket somewhere { } 2. You need to define all the undefined ...
126