(12-10-2019 - 05:24 PM)carlos_20 Wrote: Why don't you let me know??I think you should try this:
else if (!PLAYER::GET_PLAYER_PED == PLAYER::PLAYER_PED_ID())
{
char buf[512];
snprintf(buf, sizeof(buf), "~w~Tried To change weather or clock ~b~%s", PLAYER::GET_PLAYER_NAME);
PRINT(buf, 5000);
//sendText((int)*PLAYER::GET_PLAYER_NAME, "~r~Eso no se hace eh", 7);
}
else if (PLAYER::GET_PLAYER_PED != PLAYER::PLAYER_PED_ID())