Search Results
PHP код: new Used[MAX_PLAYERS]; if(PRESSED(KEY_JUMP)) {          Used[playerid] += 1;          if(Used[playerid] >= 3)          {              ne...
178
Hello, If player joined and he is an admin and i want to show the "Name has logged in as Admin level 999" but for all admins, How can i block the admin who joined from seeing this message?
91
Problem comes when i spawn
81
I updated my gamemode and then i discovered that if i joined with my name "Martex" the server restarts and if i joined with other name it works well, i checked my codes and everything is fine, Whats w...
81
Quote: Originally Posted by Mugalito it's a f7712ng OnPlayerUpdate callback, what should u do? I'm scripting with Pawn from 2010 and I made a lot of codes, I cant even count and I know wha...
138
PHP код: public OnPlayerUpdate(playerid) {     if(GetPlayerWeapon(playerid) == 38)     {         if(InDM[playerid] == false && DMType[playerid] != 3)      ...
138
PHP код: IRCCMD:query(botid, channel[], user[], host[], params[])  {  new bString[1000], field[1000]; if(!IRC_IsOwner(botid, channel, user)) return IRC_Say(groupID, channel, "7Err...
62
PHP код: new thepass[30];CMD:login(playerid, params[]){    if(IsPlayerRegistered[playerid] == 1 && MLogin[playerid] == false)    {        new query[280];   Â...
234
Quote: Originally Posted by Flamehaze7 it's better to use "u" since "f" is a float and you don't usually put your passwords as 7,5,3.4.5,34,123 or something like that. Nope, i uses the ...
234
Quote: Originally Posted by Flamehaze7 Код: Specifier(s) Name Example values i, d Integer 1, 42, -10 c Character a, o, * l Logical true, false b Binary 0100...
234
PHP код:         if(sscanf, "u[30]", password) return SendClientMessage(playerid, COLOR_RED, "* USAGE: /login [password]");  True usage? i wanted to make /login and remov...
234
Quote: Originally Posted by Sew_Sumi It's the same thing, as it's all dealing with the IRC plugin. I'll just add you to the ignore list so I don't bother about trying to look at your issu...
266
Quote: Originally Posted by Sew_Sumi Still related, as it's dealing with the same things... Why though do you delete your threads every time, and post a new, as I know this isn't your fir...
266
Quote: Originally Posted by Sew_Sumi You asked something about this yesterday, why did you delete the thread as those who were watching now have to look for your new post not what they wer...
266
Quote: Originally Posted by iLearner PHP код: IRC_GroupSay(groupID, channel, msg1);  if its under IRCCMD. i want it to echo for +hop
266
 IRC
iam trying to add command that shows the admins vip chat but PHP код: IRC_GroupSay(groupID, "%channel", msg1);  it doesn't work i want to show the message to only hop and at the chan...
266
Quote: Originally Posted by iLearner PHP код: mysql_format(mysql, query, sizeof(query), "UPDATE `players` SET `RLastLogin` = '%e' WHERE `ID` = %d",           p...
125
Hi, i wanted to add Last login to /stats, actually i have added it but when i try to update it every login i get weird number Code: PHP код: new dayx, monthx, yearx, query[280];     ge...
125