THX ;)El kéne olvasni a dolgokat....
Dupla hozzászólás automatikusan összefûzve. ( 2011. december 18. - 14:21:53 )
de az elõsnél mivel kezdek el kosarazni?
The keys of the game are:
- Arrows for move walking with the ball
- KEY_FIRE for pickup the ball, shoot it, steal it and pass it
- KEY_SPRINT for run with the ball
- KEY_SECONDARY_ATTACK for stay with the ball
[/quote]
The keys of the game are:
- Arrows for move walking with the ball
- KEY_FIRE for pickup the ball, shoot it, steal it and pass it
- KEY_SPRINT for run with the ball
- KEY_SECONDARY_ATTACK for stay with the ball
[/quote]
Lefordítsam magyarra vagy menni fog?
{
if (strcmp(\"/palla\", cmdtext, true, 6) == 0)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
DestroyObject(Ball);
Ball = CreateObject(2114, x+random(3), y+random(3), z-0.8, 0, 0, 96);
return 1;
}
return 0;
}