This topic can be removed now i fix it ;)
#4

you used the "format" function wrong. this should work:

pawn Код:
new s[750];
 format(s,sizeof(s), "%s%s", "\nRules of Conduct:\n\nNo Random Deathmatching\nNo Spamming\nNo Disrespecting Admins \nNo Insulting other players\nNo Hacking or cheating in any way or form\nDo not affiliate with any hacks use /report immediately\nPlease take notice that if any rules are broken may result in a ban,\nfor further information on rules and behavior.\nplease visit our forums at: forum.freeworld-rp.co.cc/index.php If you think you have been ",
"disrespected, please report the incodent on our forums \nfor emergency contact you can get a hold of the owners at\nsa_mp@live.c0.uk or candrsa-mp@live.com.");
 ShowPlayerDialog(playerid,5,DIALOG_STYLE_MSGBOX,"Terms And agreements",s,"agree","disagree");
you did:
Код:
format(s,sizeof(s),"text1", "text2");
and it must be:
Код:
format(s,sizeof(s), "%s%s", "text1", "text2");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)