Sziasztok!
van ez a kódom :
public timer(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(!IsPlayerNPC(i))
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(i, X, Y, Z);
if(IsPlayerInRangeOfPoint(playerid, 11.0, X, Y, Z))
{
StopRecordingPlayback();
}
}
}
}
return 1;
}
StopRecordingPlayback(); hibát ir ezt:
error 017: undefined symbol \"StopRecordingPlayback\"
Miért?? Hogy lehet egy scriptbe megállítani a lejátszás?
nem az npc-s filescript.(npcmodes)