14.06.2016, 12:00
Hello Guys i need your help In Scripting a textdraw on player connect like this show in picture.
does this code is correct
I Am Getting Error So Tell Me How To Script.I Am To Script It From Statrting
does this code is correct
Код:
// Create Intro textdraw for when a player joins the server: TextDrawSetString(MediumTextdraw0[playerid], " SERVER NAME "); format(string, sizeof(string), "~g~%s",ServerInfo[sMapName]); TextDrawSetString(MediumTextdraw1[playerid], string); TextDrawSetString(MediumTextdraw2[playerid], "- This Is ~r~Not ~w~A Deathmatch Server~n~- Do ~r~Not ~w~Attack People For No Reason~n~Or You Will Be Kicked / Banned~n~ ~n~- Respect Admins And Other Players~n~ ~n~- Type ~y~/help ~w~For Help And Game Information.~n~- Type ~y~/rules ~w~For Server Rules"); format(string, sizeof(string), " ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~~y~Version %s~n~ ~n~~b~%s", VERSION, WEBSITE); TextDrawSetString(MediumTextdraw3[playerid], string); TextDrawShowForPlayer(playerid, MediumTextdraw0[playerid]); TextDrawShowForPlayer(playerid, MediumTextdraw1[playerid]); TextDrawShowForPlayer(playerid, MediumTextdraw2[playerid]); TextDrawShowForPlayer(playerid, MediumTextdraw3[playerid]);