27.12.2012, 18:57
It is just a idea but...
you could do so
A = CreatePickup(...);
B = CreatePickup(...);
etc.
OnPickup....
{
And then use Dini to save it https://sampforum.blast.hk/showthread.php?tid=47131
I know it is a registration sys, but it is pretty simple to edit it to a total normal save.
}
hope it help else if the dini not is something for you then try learn your own reg sys. Maybe it could help you saving
you could do so
A = CreatePickup(...);
B = CreatePickup(...);
etc.
OnPickup....
{
And then use Dini to save it https://sampforum.blast.hk/showthread.php?tid=47131
I know it is a registration sys, but it is pretty simple to edit it to a total normal save.
}
hope it help else if the dini not is something for you then try learn your own reg sys. Maybe it could help you saving

