How??
#10

Quote:
Originally Posted by Glad2BeHere
Посмотреть сообщение
pawn Код:
CMD:sign(playerid, params[])
{
  new string[256];
  new Float: pos[4];
  GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
  GetPlayerFacingAngle(playerid, pos[3]);
  if(sscanf(params, "s[256]", params)) return SendClientMessage(playerid, -1, "/sign [Text]");
  format(string, 256, "%s", params);
  new myobject = CreateObject(19353, pos[0], pos[1], pos[2], 0.0, 0.0, pos[3]);
  SetObjectMaterialText(myobject, string, 0, OBJECT_MATERIAL_SIZE_256x128,"Arial", 28, 0, 0xFFFF8200,0xFF000000,OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
  return 1;
}
Then How did u thise code and still Get Error Do u have it lined up properly

Edit: do u have ur #include <a_samp>
Reply


Messages In This Thread
How?? - by DerickClark - 23.03.2013, 04:45
Re: How?? - by PaulDinam - 23.03.2013, 04:48
Re: How?? - by DerickClark - 23.03.2013, 04:49
Re: How?? - by Glad2BeHere - 23.03.2013, 04:55
Re: How?? - by DerickClark - 23.03.2013, 04:57
Re: How?? - by Glad2BeHere - 23.03.2013, 05:12
Re : How?? - by DerickClark - 23.03.2013, 05:15
Re: How?? - by Glad2BeHere - 23.03.2013, 05:21
Re: How?? - by DerickClark - 23.03.2013, 05:22
Re: How?? - by Glad2BeHere - 23.03.2013, 05:28

Forum Jump:


Users browsing this thread: 4 Guest(s)