Well This Is odd To Ask

Posted by KadePcGames
1st question
Is it possable to make a vs mode in a non-vs game?

2nd question
how do you make an admins name green like i did this
if "name" == "KadePcGames"
draw_text_colour(x, y, gms_other_get(player_id, "name"),c_green,c_green,c_green,c_green,c_green)

if "name" == "BackstabDev"
draw_text_colour(x, y, gms_other_get(player_id, "name"),c_green,c_green,c_green,c_green,c_green)

In The Draw Event Of Obj_other_player
Is That Correct?
And Thats All :D

Replies (2)

Last message on 5 Feb 2017

Size43 (Administrator) on 30 Jan 2017, 11:03:25
1. You could implement the VS mode yourself using sessions.

2. Yes, that would work. For a more robust solution, check out gms_other_admin_rights
KadePcGames (Topicstarter) on 5 Feb 2017, 00:10:34
Thanks So Much