In game website help [FIXED thank you Pandabeer1337]
#1

hey how can i make if a player type /site in game that he see the site of my server??
thanks
Reply
#2

pawn Код:
if(!strcmp("/site", cmdtext, true, 10))
{
  SendClientMessage(playerid,COLOR_GREEN, "[url]http://www.example.com"[/url]);
  return 1;
}
Reply
#3

thank you my friend
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)