14.08.2012, 15:58
(
Last edited by Eony; 14/08/2012 at 07:56 PM.
)
Quote:
How will you be a pro?
From my understanding you're still using SA-MP syntax. Just because you're good at PHP doesn't mean you're going to be able to make the next GamerX server with PHP now. |
For example, you could do ..
Code:
define('COLOR_BLUE', 0x0000FFAA); $string = "Hello:this:is:jack"; $string = explode(':', $string) SendClientMessage($playerid, COLOR_BLUE, " $string[3]);
You're simply calling SA-MP functions using PHP code syntax and semantics.