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


Messages In This Thread
CreateDynamicSphere problem - by Whatname - 08.06.2017, 13:09
Re: CreateDynamicSphere problem - by Abagail - 08.06.2017, 13:17
Re: CreateDynamicSphere problem - by Whatname - 08.06.2017, 13:21

Forum Jump:


Users browsing this thread: 1 Guest(s)