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