TemplateBanned = CreateTemplate(
"Your account {{name}} has been banned!\
Reason: {{reason}}\
Duration: {{duration}}\
If you disagree, please file an appeal at: {{forum}}\
");
// ...
new dest[1024];
RenderTemplate(TemplateBanned, dest,
"name", playerName,
"reason", reason,
"forum", "https://forum.website.com"
);
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Template rendering for Pawn.
License
Southclaws/pawn-templates
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Template rendering for Pawn.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published