night vision
#1

how to on night vision with command?
Reply
#2

Make a command which gives the player the night vision goggles. But that is bugged.. every player will see the green screen whenever one person uses it.

I made my own version of night vision. I set a server-time which automatically changes and whenever the user uses night vision, I just set their time to be 12:00 so it's day for them and only for them. That's a way to do it.
Reply
#3

this is question or answer؟
Reply
#4

CMD:nightvision(playerid,params[])
{
GivePlayerWeapon(playerid,44,500);
SendClientMessage(playerid,-1,"You have been given a night vision goggles");
return 1;
}
Reply
#5

Better use some sort of textdraw or soemthing like that. Using server-sided nightvision is bugged.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)