Posts: 775
Threads: 78
Joined: Dec 2014
Can I use this?
PHP Code:
format(Player[playerid][pPassword], 128, "%s", inputtext);
Will this save the inputtext to that variable?
Posts: 775
Threads: 78
Joined: Dec 2014
Posts: 775
Threads: 78
Joined: Dec 2014
Posts: 775
Threads: 78
Joined: Dec 2014
Okay Thanks, is it possibe to rename strcpy to OverWrite(..)?
like, just changing strcpy or it has to be named strcpy?
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Meller
Okay Thanks, is it possibe to rename strcpy to OverWrite(..)?
like, just changing strcpy or it has to be named strcpy?
|
Better to stick to the standard so you and everyone else, knows what you are looking at.
Posts: 1,578
Threads: 15
Joined: Feb 2013
Reputation:
0
You can change it to OverWrite.