Posts: 1,276
Threads: 6
Joined: Aug 2014
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.