Textdraw
#4

PHP код:
if(Player[playerid][PhoneStatus] == 0)
{
    new 
string[50];
    
format(stringsizeof(string), "Phone Status: ~r~OFF");
    
TextDrawSetString(yourtextdrawstring); // Change "yourtextdraw" to how you defined your phone textdraw
}
else
{
    new 
string[50];
    
format(stringsizeof(string), "Phone Status: ~g~ON");
    
TextDrawSetString(textdrawstring);  // Change "yourtextdraw" to how you defined your phone textdraw

What about this?
Reply


Messages In This Thread
Textdraw - by KinderClans - 18.09.2018, 16:21
Re: Textdraw - by Zeus666 - 18.09.2018, 16:25
Re: Textdraw - by KinderClans - 18.09.2018, 22:58
Re: Textdraw - by solstice_ - 18.09.2018, 23:01
Re: Textdraw - by KinderClans - 18.09.2018, 23:03
Re: Textdraw - by solstice_ - 18.09.2018, 23:06
Re: Textdraw - by v1k1nG - 19.09.2018, 00:28
Re: Textdraw - by Undef1ned - 19.09.2018, 16:16
Re: Textdraw - by UFF - 19.09.2018, 16:31
Re: Textdraw - by Undef1ned - 19.09.2018, 16:33

Forum Jump:


Users browsing this thread: 1 Guest(s)