CreateDynamicSphere problem
#1

For some reason when i use the command to create DynamicSphere i get SERVER:Unknown command.

and it happend only when i add CreateDynamicSphere when i remove CreateDynamicSphere and just sendclientmeesage the command works any idea why?


PHP код:
#include <a_samp>
#include <streamer>
#include <izcmd>
static s;
CMD:st(playeridparams[])
{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
CreateDynamicSphere(xyz20);
    
SendClientMessage(playerid0xFFFF00FF"Area created.");
    return 
1;

Reply
#2

It's likely that the streamer plugin hasn't loaded, which could be for a number of reasons:
  • It's not in the plugins line in server.cfg.
  • The .dll is not in the "plugins" folder.
  • You're missing system files preventing the plugin from running.
Reply
#3

Quote:
Originally Posted by Abagail
Посмотреть сообщение
It's likely that the streamer plugin hasn't loaded, which could be for a number of reasons:
  • It's not in the plugins line in server.cfg.
  • The .dll is not in the "plugins" folder.
  • You're missing system files preventing the plugin from running.
ohh thank i forgot to load streamer ;p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)