Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Difference

$
0
0
Whats the difference between both codes?

PHP Code:

enum 
{
    
DIALOG_TEST
}

public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_TEST) { //code }
    
return 1;


PHP Code:

#define DIALOG_TEST 1

public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == DIALOG_TEST) { //code }
    
return 1;



Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>