Callback problem
#1

Hey, I'm having a issue with:
Код:
public OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX,
The callback is not being called when I am editing a object, or done editing it.

This is how my code looks like at the moment:
PHP код:
public OnPlayerEditObject(playeridplayerobjectobjectidresponseFloat:fXFloat:fYFloat:fZFloat:fRotXFloat:fRotYFloat:fRotZ)
{
    
printf("Debug 1");
    if(
response == EDIT_RESPONSE_FINAL)
    {
        
printf("Debug 2");
    }
    return 
1;

Incase someone is going to ask... Yes i'm using EditObject and not EditAttachedObject

Thanks in advance!
Reply


Messages In This Thread
Callback problem - by justinnater - 17.01.2013, 15:07
Re : Callback problem - by yusei - 17.01.2013, 15:56
Re: Callback problem - by justinnater - 17.01.2013, 17:11
Re: Callback problem - by justinnater - 18.01.2013, 05:12
Re: Callback problem - by justinnater - 18.01.2013, 14:43
Re: Callback problem - by justinnater - 19.01.2013, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)