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