Search Results
pawn Код:
CMD:ehr(playerid) {   if(PlayerLogged[playerid] == 0) // 0 means false  {   PlayAudioStreamForPlayer(playerid, "http://stream.europeanhitradio.lv");   return 1;   } Â...
84
lol you don't need that function
just do
("%.1f", drugs)
86
call the command
PHP код:
callcmd::engine(playerid, params[]);Â
or you can emulate the command
PHP код:
PC_EmulateCommand(playerid, "/engine");Â
101
"Yes its XSF Script.But that is not the problem,"
80
Quote:
Originally Posted by KingHual
happy birthday
thanks so can you unban me on samp discord
1,447
Quote:
Originally Posted by KingHual
wtf i have no sense of humour what is this
it's my birthday
1,447
is there any suspicious symbol that's being sent
114
u fooled urself bigeti it's after 12pm u must terminate ur github acc thx.
1,447
Quote:
Originally Posted by Dayrion
Whaaaaaaaat the fuck. Did you tested your code before posting it? Plus do you know that color are integer?
First, your code can be optimized by using i...
118
yes i watched mind your language and it's very good
275
try
if (sscanf(params, "us[256]", target, text[256]))
84
Try this:
PHP код:
CMD:aduty(playerid, params[]) {
    if(PlayerInfo[playerid][pAdmin] >= 2) {
        if(strlen(PlayerInfo[playerid][pAdminName]) > 2 && strl...
60
try:
PHP код:
if (response)
{
    switch (dialogid)
    {
        case 3434:
        {
            switch (listitem)
            {
     ...
111
cell to small - sentence will be cut
cell to big - normal sentence, amx file will increase
221
Quote:
Originally Posted by Meller
excuse me?
what do u call this then?
https://y-less.com/uploads/pawn-lang-3.0.3367.pdf
Ooooohhhh yeeeah, you really expect him to learn that when h...
121
pawno is a text editor.
pawn is the language you mean.
yeah there's no full on tutorials on how to learn it.
for me i just surfed around the filterscripts section read the code and just researched ...
121
you've got a space in the textdraw name rename it so it doesn't have any spaces or replace it with _
62
did you reset the enum or variable because the server for example thinks you're still id 0 all the time unless you reset all vars on disconnect so it doesnt read old data
temporary solution for this ...
83