Actor is not showing?
#12

Quote:
Originally Posted by Dragony92
Посмотреть сообщение
It's working fine for me...
http://www.dodaj.rs/f/1j/Fk/2Qb0jbsZ/sa-mp-118.png

pawn Код:
CMD:createactor(playerid, params[])
{
    new modelid;
    if(sscanf(params, "d", modelid)) return SendClientMessage(playerid, -1, "Usage: /createactor [ModelID]");
    new Float:ang, Float:x, Float:y, Float:z;
    GetPlayerFacingAngle(playerid, ang);
    GetPlayerPos(playerid, x, y, z);
        new id = CreateActor(modelid, x, y, z, ang);
    new string[24];
    format(string, sizeof(string), "Actor ID: %d created.", id);
    SendClientMessage(playerid, -1, string);
    return 1;
}
If you read. I said they do work, but I want them to be in Jizzy's they work in the SA world but not Jizzy's.

EDIT: Didn't see the picture.
Reply


Messages In This Thread
Actor is not showing? - by J0sh... - 01.05.2015, 07:18
Re: Actor is not showing? - by AIped - 01.05.2015, 07:51
Re: Actor is not showing? - by J0sh... - 01.05.2015, 07:51
Re: Actor is not showing? - by dominik523 - 01.05.2015, 07:58
Re: Actor is not showing? - by J0sh... - 01.05.2015, 08:02
Re: Actor is not showing? - by AzaMx - 01.05.2015, 08:51
Re: Actor is not showing? - by J0sh... - 01.05.2015, 08:53
Re: Actor is not showing? - by AzaMx - 01.05.2015, 09:10
Re: Actor is not showing? - by J0sh... - 01.05.2015, 09:17
Re: Actor is not showing? - by AzaMx - 01.05.2015, 09:20
Re: Actor is not showing? - by Dragony92 - 01.05.2015, 10:04
Re: Actor is not showing? - by J0sh... - 01.05.2015, 16:41

Forum Jump:


Users browsing this thread: 3 Guest(s)