What's wrong with this code?
When i try to compile this code here is the errors:
Code:
Error: Must be lvalue (non-constant) on line 67
Error: Invalid expression, assumed zero on line 67
PHP Code:
public logevent_round_end()
{
if( g_bAdminMode )
{
for(new id; id <= g_iMaxPlayers; id++)
{
set_user_rendering(id) => set_user_rendering(id, kRenderFxNone, 0,0,0, kRenderNormal, 255);
UnblockBuyZones()
}
}
}
__________________