View Single Post
Author Message
Mankled
Senior Member
Join Date: Oct 2019
Old 09-24-2020 , 23:06   what is wrong with my code ?
Reply With Quote #1

What's happening is when I tested it on my server, I get log errors on logs folder from my server (it says to enable debug mode). but when I compile. it compiles without errors.

PHP Code:
on top:
new 
getmoney[33]


mid of the command:
if (
getmoney[id] >= 2)
    {
        
client_print(idprint_chat"You cant use it now.")
        return;
    }
// if he didnt get his money more than 2 times
getmoney[id]++ 
Mankled is offline