[FilterScript] rObjetos - Criaзгo/Manipulaзгo de objetos in-game!
#10

Quote:
Originally Posted by MultiKill
Посмотреть сообщение
Parabйns pelo Fs, +REP. Acho que seria melhor usar um arquivo separado para o FS em vez de usar o serverlog.
pawn Код:
printf("[%d]%sCreateObject(%d, %f, %f, %f, %f, %f, %f);", objectid, InUpdate[objectid] ? ("[RELEASE]") : (#), ObjectID[playerid], fX, fY, fZ, fRotX, fRotY, fRotZ);
pawn Код:
new File: robj = fopen("rObjetos.txt", io_append);
new stringobj[80];
format(stringobj, sizeof stringobj,
format("[%d]%sCreateObject(%d, %f, %f, %f, %f, %f, %f);\r\n", objectid, InUpdate[objectid] ? ("[RELEASE]") : (#), ObjectID[playerid], fX, fY, fZ, fRotX, fRotY, fRotZ);
fwrite(fobj, stringobj);
fclose(fobj);
Irei usar Obrigado pela dica..

@ALL: A prуxima versгo estб sendo trabalhada, irб conter texturas tambйm.
Teste das texturas:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)