maping issue
#1

anyone here who knows how to add maps in czcnr script. i tried but i am not able to add them
Reply
#2

add CreateObject or CreateDynamicObject in OnGameModeInIt or add it via filterscript like :

PHP код:
#define FILTERSCRIPT
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
    
CreateObject(objectidXYZrXrYrZ);
    return 
1;
}
public 
OnFilterScriptExit()
{
    return 
1;

oh czcnr there will be filterscript named (Shouryamaps.pwn) put your codes there and compile it and run it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)