Hello guys!
So i have been doing a simple stock as a test..
so my question is if i created a stock like:
When i type DestroyKid it have to show a hint or it's not possible?
So i have been doing a simple stock as a test..
so my question is if i created a stock like:
PHP Code:
stock DestroyKid(kidid)
{
SetPlayerHealth(kidid, 0);
return 1;
}
When i type DestroyKid it have to show a hint or it's not possible?