30.08.2010, 16:52
look i'm trying to insert a name of a player which was inserted inside a dialog into a string.
this is the string:
and than i did a dialog of the input style, and the player need to write a name inside the dialog.
than i'm checking if the name is valid and it is registered, this works!
but than i tried inserting this name into a string(plname), but damn this doesn't work!.
can you help me? i hope i explained it well enough.
this is the string:
PHP код:
new plname[MAX_PLAYERS][MAX_PLAYER_NAME];
than i'm checking if the name is valid and it is registered, this works!
but than i tried inserting this name into a string(plname), but damn this doesn't work!.
can you help me? i hope i explained it well enough.