Post: Booleans
11-15-2010, 02:20 AM #1
XeDa
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); So ive done some java coding/c++ coding on RSPS so i have knowledge of the coding. But is it the same thing? Is it possible to code patches using booleans such as
    
public void createObject //just an example
{ //just an example
objectPosX(lala, lala, lala) //just an example
objectPosY(lala, lala, lala) //just an example
} //just an example

If so how come no1 has done it? ^^
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked XeDa for this useful post:

iDioxide34
11-15-2010, 06:09 AM #2
Ritztro
I am a Game Developer
Originally posted by XeDa View Post
So ive done some java coding/c++ coding on RSPS so i have knowledge of the coding. But is it the same thing? Is it possible to code patches using booleans such as
    
public void createObject //just an example
{ //just an example
objectPosX(lala, lala, lala) //just an example
objectPosY(lala, lala, lala) //just an example
} //just an example

If so how come no1 has done it? ^^


that isn't a boolean.

this is:
(c++)

bool jumpofcliff; // boolean variable
if(jumpoffcliff = true)
{
jump(); //function
}
if(jumpoffcliff = false)
{
walkaway(); // this is a function
}

The following user thanked Ritztro for this useful post:

iDioxide34

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo