I wrote this the script for footprint.
server.cs
function serverCmdDFPrint(%player)
datablock PlayerData(defaultfootprintParticle){}
{
diffuseMap[0] = "footprint";
vertColor[0] = true;
translucent = true;
castShadows = "0";
translucentZWrite = "1";
materialTag0 = "Player";
decalOffset = "1";
dustEmitter = "1";
footPuffEmitter = "1";
footPuffNumParts = "1";
footPuffRadius = "5.0";
};SYNTAX ERRORSLoading Add-On: Script_DefaultFootPrint (CRC:-689012768)
Add-Ons/Script_DefaultFootPrint/server.cs Line: 3 - Syntax error.
>>> Some error context, with ## on sides of error halt:
unction serverCmdDFPrint(%player)
datablock ##P##layerData(defaultfootprintParticle){}
{
diffuseMap[0] = "footprint";
vertColor[0] = true;
translucent = true;
castShadows = "0";
translucentZWrite = "1";
materialTag0 = "Player";
decalOffset = "1";
^dustEmitter = "1";
>>> Error report complete.
ADD-ON "Script_DefaultFootPrint" CONTAINS SYNTAX ERRORS
I tired fix it, but it keep say syntax errors.