Search Results
Quote:
Originally Posted by FelixAquero
Hi, I have some problem.
Код:
enum example {
myName[MAX_PLAYER_NAME]
};
new myInfo[MAX_PLAYERS][example], testStr[MAX_PLAYER_NAME];
format(...
16
Quote:
Originally Posted by meranti1995
Quote:
D:\Serversamp\gamemodes\kuki.pwn(155) : error 017: undefined symbol "Logged"
D:\Serversamp\gamemodes\kuki.pwn(155) : warning 215:...
18
Quote:
Originally Posted by Hunud
Suprise. It's me again...
What the hell is the problem with this command, I'm geting some errors in format line
Код:
error 029: invalid expression, ...
20
you should be using ALS for things like these
get YSI from here and read up on ALS here
example:
pawn Код:
#include <YSI\y_als>stock SetPlayerHealthEx(playerid, Float:health){//do your stu...
39
Quote:
Originally Posted by czop1223
Hello, I want to do a queue of messages shown to plyer, so whenever the old one ends, the new one starts. Is it possible? I have been doing in in MTA, ...
30
let me elighten you with this little example i put together.
PHP код:
#include <a_samp>
enum txInfo
{
    Float:x,
    Float:y,
    text[43],//\0 + 24 Name + longest ...
36
Quote:
Originally Posted by michalmonday
Actually my point was to merge 2 enums, just like on the example I posted, but I think I'll just use normal arrays within single enum, thanks anway...
26
Quote:
Originally Posted by Ihabou
I already Do that But It Teleport Me over and Over You know what i mean
ok... i just noticed this, you teleport the player at the exact same position ...
40
Quote:
Originally Posted by Ihabou
I compile it with no changes and i go to the store (clukin bell In Ls)
and nothing happens
hmm this is weird... as it totally works for me and others ...
40
Quote:
Originally Posted by Ihabou
Hello Everyone!
I Need Some Script To help me to create a shop with pickup I already create one but it teleport me over and over so i need a stable scrip...
40
Quote:
Originally Posted by MarkNelson
Nope.
you need to add at least one class yourself.
if you don't have any, it's always going to be CJ
so add some -> AddPlayerClass
26
Quote:
Originally Posted by SukMathcuck
I did this command but it does not work, what should I do to show the dialog? Or rather what I did wrong?
PHP код:
CMD:flist(playerid, para...
46
Quote:
Originally Posted by Whillyrez
So, What I should return? I try to return
PHP код:
CreatePlayerTextDraw(playerid, x, y, text);Â
But it didn't work
how do you not ...
51
well, look at your "CreateTextDraw" function.
you use it like...
PHP код:
Textdraw[playerid][1]Â =Â CreateTextDraw(1,...........Â
so, obviously, you expect it to return something
but you ...
51
//EDIT:
Quote:
Originally Posted by GoldenLion
not sure if you can do it with the player specifier like this: "U", but you should try.
as suggested by GoldenLion, use "U" instead of "I"...
27
Quote:
Originally Posted by JustNothing
So I want to do multi colors in textdraw select like in video. At 23 - 26 sec.
https://www.youtube.com/watch?v=6oipyI2xDa8
try TextDrawBackgrou...
54
Quote:
Originally Posted by xUnknow
i Was Set If(IsPlayerConnected Before My All Commands / But I was Said Online Players Use Command On Offline Player I want Disable Commands For Onlinep...
25
Quote:
Originally Posted by SukMathcuck
It has been resolved, How do I generate only numbers, from 1 to 9?
@edit
Why is not it working?
PHP код:
stock GenerateRandomWord()
{
 Â...
28
Quote:
Originally Posted by Pearson
Sorry for bump
if you're still searching for it, look here: https://sampforum.blast.hk/showthread.php?tid=602784
at the bottom of his letter is a l...
33
Quote:
Originally Posted by sheNdjze
ofcourse i searched, but i didn't find nothing good for prevent it...
regarding the "taking control of other players cars" thing, see this here
but...
43