10.12.2015, 00:45
Would it me easier to learn how to code in pawn for samp or minecraft bukkit java plugins?
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
var pos = player.getPos();
In C++: void ThisisAfunction(int a) { int b = a; } In Pawn: ThisisAfunction(a) { new b = a; }
I suggest learning programming logic by learning PAWN, after that you could try learning more useful languages. I heard C++ is very similair to PAWN
|