whats wrong..
#4

Put it on Top of your script:
pawn Код:
new Text3D:label[MAX_PLAYERS];
OnDialogResponse:
pawn Код:
if(dialogid == DIALOG_Headtext)
{
    new string[128], str[64];
    format(string,sizeof(string),"%s",inputtext);
    label[playerid] = Create3DTextLabel(string,0x008080FF,30.0,40.0,50.0,40.0,0);
    Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7);
    format(str,sizeof(str),"Your 3dtext has been set to %s",inputtext);
    SendClientMessage(playerid, COLOR_GREEN, str);
    return 1;
}
Edit: Not tested.
Reply


Messages In This Thread
whats wrong..(solved) - by Lazy_Duck - 10.04.2011, 09:42
Re: whats wrong.. - by Stigg - 10.04.2011, 09:47
Re: whats wrong.. - by Ironboy500[TW] - 10.04.2011, 09:47
Re: whats wrong.. - by HyperZ - 10.04.2011, 09:48
Re: whats wrong.. - by Salsa - 10.04.2011, 09:53
Re: whats wrong.. - by Lazy_Duck - 10.04.2011, 09:53
Re: whats wrong.. - by HyperZ - 10.04.2011, 09:55
Re: whats wrong.. - by Lazy_Duck - 10.04.2011, 09:59
Re: whats wrong.. - by HyperZ - 10.04.2011, 10:05
Re: whats wrong.. - by Lazy_Duck - 10.04.2011, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)