12.09.2010, 21:08
Just use something like this.
But btw, print is just SendClientMessage except it outputs into the samp-server.exe console.
printf is like formatting AND SendClientMessage.
But btw, print is just SendClientMessage except it outputs into the samp-server.exe console.
printf is like formatting AND SendClientMessage.
pawn Код:
public OnFilterScriptInit();
{
print("Zack's FS is loaded");
}

