25.12.2013, 10:52
Thanks
Works...
I remade the color to SetPVarString thanks anyway
Works...
pawn Код:
public OnPlayerDoneCreating(playerid)
{
IsPickingPos[playerid] = 0;
IsCreating[playerid] = 0;
new text[256], color[50];
GetPVarString(playerid, "String", text, sizeof(text));
GetPVarString(playerid, "Color", color, sizeof(color));
Create3DTextLabel(text, HexToInt(color), GetPVarFloat(playerid, "PosX"), GetPVarFloat(playerid, "PosY"), GetPVarFloat(playerid, "PosZ"), 40, 0, 0);
ResetLabelPVars(playerid);
return 1;
}
Код HTML:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase