Author Topic: Anti-deamx  (Read 3562 times)

0 Members and 1 Guest are viewing this topic.

76362836l

  • Guest
Anti-deamx
« on: September 08, 2013, 06:45:05 am »
put it in OnPlayerConnect:
Code: [Select]
GetPlayerName(1);
It will have 2 warnings. do not cares
 Sorry For My Bad English...

Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Anti-deamx
« Reply #1 on: September 08, 2013, 01:51:50 pm »
put it in OnPlayerConnect:
Code: [Select]
GetPlayerName(1);
It will have 2 warnings. do not cares
 Sorry For My Bad English...

what the heck?
GetPlayerName is used to Get Player's Name and store it in the string declared b4 this function.
Code: [Select]
public OnPlayerConnect(playerid)
{
    new plrname[MAX_PLAYER_NAME];
    GetPlayerName(playerid, plrname, sizeof(plrname));
    return 1;
}

learn more about functions at http://thijn.vrocker-hosting.co.uk/VCWiki/index.php/Functions

 


-Funniest quotes-

Quote from: asad3man
i cant able to understand

Offline sseebbyy

  • VC:MP Veteran
  • *****
  • Posts: 774
  • Immortal VC:MP Player
    • View Profile
    • Zombie Invasion => Server Forum [DEAD PROJECT]
Re: Anti-deamx
« Reply #2 on: September 08, 2013, 02:04:54 pm »
Nesk Writer, some function can damage the DeAMX and them are used in the main () in much part. (from what I know)
I don't know if this damage the DeAMX, but I remember that I have an anti-DeAMX on my Zombie Invasion script too, and it work properly.

Quote
Painful/Noob scripters acts like: I Am The Best Scripter Because I Announce My Releases With Big Font Size Without Giving Too Much Info' In The Hope They All Will Download And Check It. I Ignore Bad Replies, Replies That I Could Learn From, And Replies With So Much Text.



Offline NeskWriter

  • Crime Boss
  • ****
  • Posts: 355
    • View Profile
Re: Anti-deamx
« Reply #3 on: September 08, 2013, 02:13:25 pm »
Nesk Writer, some function can damage the DeAMX and them are used in the main () in much part. (from what I know)
I don't know if this damage the DeAMX, but I remember that I have an anti-DeAMX on my Zombie Invasion script too, and it work properly.

I dunno  :-\


-Funniest quotes-

Quote from: asad3man
i cant able to understand

76362836l

  • Guest
Re: Anti-deamx
« Reply #4 on: September 09, 2013, 01:46:40 pm »
that's to add some warnings in script. can anti deamx