PlayerUnknowns

[C++] Command by name

Oct 19th, 2017
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.07 KB | None | 0 0
  1.     if (!strcmp(ch->GetName(), "Name"))
  2.     {
  3.         //succes
  4.     }
  5.     else
  6.         //error
Advertisement
Add Comment
Please, Sign In to add comment