Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - imran hossain

#1
Script Showroom / Re: Ammunation Ready!
Oct 28, 2024, 03:17 AM
bro thank you i fixed with creating bind key
and love your script  :-*
#2
Script Showroom / Re: Ammunation Ready!
Oct 27, 2024, 03:09 AM
habi bro its again showing

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK
*FUNCTION [onAmmunationEntered()] script/ammunation.nut line [4]
*FUNCTION [onCheckpointEntered()] script/main.nut line [510]

LOCALS
[store] INSTANCE
[player] INSTANCE
[this] TABLE
[ammunation] INSTANCE
[checkpoint] INSTANCE
[player] INSTANCE
[this] TABLE


thast problem on

function onCheckpointEntered( player, checkpoint )
{
   local ammunation=GetAmmunation(checkpoint.ID);
   if(ammunation!=null)onAmmunationEntered( player, ammunation );\\ that line
}
function onCheckpointExited( player, checkpoint )
{
   local ammunation=GetAmmunation(checkpoint.ID);
   if(ammunation!=null)onAmmuCheckpointExited( player, ammunation );\\ that line
}
#3
Script Showroom / Re: Ammunation Ready!
Oct 13, 2024, 04:04 AM
bro its showing

 SendDataToClient( player, StreamType.onammu_marker );

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK
*FUNCTION [onAmmunationEntered()] script/ammunation.nut line [8]
*FUNCTION [onCheckpointEntered()] script/main.nut line [430]


wrong number of peremeters in

 SendDataToClient( player, StreamType.onammu_marker );

what  the solution?