04.08.2018, 15:10
PHP Code:
/*
Script Version: v1
This FilterScript was created by Dennis12
LEAKS.RO -> leaks.ro/profile/411-dennis12/
SA-MP.RO -> www.sa-mp.ro/profile/20571-dennis12/
SA-MP.COM -> forum.sa-mp.com/member.php?u=305443
*/
Also this doesn\'t make any sense:
PHP Code:
public OnFilterScriptInit()
{
for(new i = 0, x = 50; i < x; i++) SendClientMessageToAll(-1,"");
PHP Code:
#define D12_MESSAGE SendClientMessage
PHP Code:
public OnPlayerSpawn(playerid) {
SetPlayerPos(playerid, 112.6015,-162.6049,1.5781);
PHP Code:
// Enums
enum D12_ATTACHED_OBJECT {
objectID,
objectSlot,
objectBone,
Float: objectPos[3],
Float: objectRot[3],
Float: objectScale[3]
};
new D12_AO[MAX_PLAYERS][MAX_PLAYER_ATTACHED_OBJECTS][D12_ATTACHED_OBJECT];
enum { D_EDITOBJECT, D_CLEARSLOT, D_EDITSLOT };
And why not use a more advanced file saving system?
Also this didn\'t need 1024 cells:
PHP Code:
new dialog[1024];
PHP Code:
format(string, 64, "You are now editing attached object in the slot %d.", listitem);