Search Results
pawn Код:
CMD:ehr(playerid) {   if(PlayerLogged[playerid] == 0) // 0 means false  {   PlayAudioStreamForPlayer(playerid, "http://stream.europeanhitradio.lv");   return 1;   } Â...
165
lol you don't need that function
just do
("%.1f", drugs)
156
call the command
PHP код:
callcmd::engine(playerid, params[]);Â
or you can emulate the command
PHP код:
PC_EmulateCommand(playerid, "/engine");Â
297
"Yes its XSF Script.But that is not the problem,"
203
Quote:
Originally Posted by KingHual
happy birthday
thanks so can you unban me on samp discord
2,441
Quote:
Originally Posted by KingHual
wtf i have no sense of humour what is this
it's my birthday
2,441
is there any suspicious symbol that's being sent
196
u fooled urself bigeti it's after 12pm u must terminate ur github acc thx.
2,441
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...
255
yes i watched mind your language and it's very good
525
try
if (sscanf(params, "us[256]", target, text[256]))
155
Try this:
PHP код:
CMD:aduty(playerid, params[]) {
    if(PlayerInfo[playerid][pAdmin] >= 2) {
        if(strlen(PlayerInfo[playerid][pAdminName]) > 2 && strl...
119
try:
PHP код:
if (response)
{
    switch (dialogid)
    {
        case 3434:
        {
            switch (listitem)
            {
     ...
217
cell to small - sentence will be cut
cell to big - normal sentence, amx file will increase
371
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...
213
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 ...
213
you've got a space in the textdraw name rename it so it doesn't have any spaces or replace it with _
153
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 ...
139