Search Results
Your dialog may be conflicting with other dialogs in your GM/FS
78
y_ini is a step above dini but if you can, write in mysql
124
new Timer; Timer = SetTimerEx("SavePlayerAccountTimer",300000,true,"i ",playerid); Kill(Timer);
250
Did you copy all contents of the map editor into your GTA SA game directory?
111
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
106
Код: new bool:HeadShots; CMD:headshot(playerid, params[]) { //isplayeradmin(here) { if(HeadShots == false) { SendClientMessage(playerid, COLOR, "You have enabled headshots"); HeadShots...
151
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...
173
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.
71
PHP код: #include <sscanf2> CMD:changemission(playerid, params[]) {     if(IsPlayerAdmin(playerid)     {         new mission[50], cmd[50]; //strings         i...
140
Read the wiki: https://sampwiki.blast.hk/wiki/SetObjectMaterialText
144
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...
119
try: PHP код: ShowPlayerNameTagForPlayer( i, playerid, 0);  from the wiki showing usage: Код: ShowPlayerNameTagForPlayer(forplayerid, playerid, 0)
119
Код: 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...
50
Object id: 2712 is a mop. However, look here for all the objects: http://gta-sa-mp.de/forum/index.php?page=Objects
55
Look at this, maybe itll help. https://sampwiki.blast.hk/wiki/IsPlayerAdmin
114
pawn Код: public OnPlayerCommandPerformed(playerid, cmdtext[], success){    if(!success) return SendClientMessage(playerid, COLOR_RED, "Unknown command");    return 1;}
155
Quote: Originally Posted by Humza What kind of command i have to use? https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
181
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...
125
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 ...
100