Deo skripte:
//Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log):
//Slika/video ingame problema(obavezno ako je ingame problem): //
////
SetPlayerAttachedObject( playerid, 0, 18632, 6, -0.344811, 0.040106, -0.266698, 89.671539, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
SetPlayerAttachedObject( playerid, 0, 18632, 6, -0.344811, 0.040106, -0.266698, 89.671539, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
TogglePlayerControllable(playerid,0);
SetPlayerAttachedObject( playerid, 0, 18632, 1, -0.246424, 0.332800, -0.009108, 91.567657, 356.096954, 97.256256, 1.000000, 1.000000, 1.000000 ); // FishingRod - stap
ApplyAnimation(playerid, "MISC", "Scratchballs_01", 50.0 ,0, 1, 0, 1, 1);
GameTextForPlayer(playerid, "Pecanje...", 10000, 6);
SetTimerEx("Ribar",10000, false, "i", playerid);
forward Ribar(playerid);
public Ribar(playerid)
{
RemovePlayerAttachedObject(playerid, 0);
ClearAnimations(playerid);
SetPlayerAttachedObject( playerid, 0, 18632, 6, 0.075441, 0.011181, -0.004980, 185.759292, 9.443346, 10.088910, 1.000000, 1.000000, 1.000000 ); // FishingRod
SendClientMessage(playerid, -1, "{008E00}(POSAO): {FFFFFF}Upecali ste ribu,idite da je preradite.");
TogglePlayerControllable(playerid,1);
return 1;
}
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava