Can i make spawn points in interior locations?
#4

You can make your own command to save
PHP код:
CMD:saveex(playeridparams[])
{
    new 
Float:xFloat:yFloat:z;
    new 
str[50];
    
GetPlayerPos(playeridxyz);
    
format(strsizeof(str), "/r/ninterior %d coords %0.2f %0.2f %0.2f"GetPlayerInterior(playerid), xyz);
    new 
File:fopen("/savedpositions.txt"io_append);
    
fwrite(fstr);
    
fclose(f);
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)