How to do this?
#3

Another example for better expression:

PHP код:
dcmd_enum(playerid,params[])
{
    new 
string[32];
    if(
sscanf(params,"s[32]",string)){
        
SendClientMessage(playerid,COLOR_ERROR,"Use: /var enum");
        return 
1;
    }
    
printf("%d",Player[playerid][string])
    return 
1;

Reply


Messages In This Thread
How to do this? - by MRM - 08.07.2018, 20:40
Re: How to do this? - by Dayrion - 08.07.2018, 20:46
Re: How to do this? - by MRM - 08.07.2018, 20:56
Re: How to do this? - by Dayrion - 08.07.2018, 21:05
Re: How to do this? - by SyS - 09.07.2018, 06:13

Forum Jump:


Users browsing this thread: 1 Guest(s)