Faulty command [help please]
#1

im trying to script in /asslick (im shure most of you know what that is) and when i try /asslick in game it allways asslicks id 0 and then i try a command that dosnt exist it asslicks id 0 i dont know what im doing wrong please help

Quote:

#include <a_samp>
#include strtok


public OnPlayerCommandText(playerid, cmdtext[])
{
new idx;
if (strcmp("/asslick", cmdtext, true))
{
new tmp[30];
tmp = strtok(cmdtext, idx);
new otherplayer = strval(tmp);
if(!strlen(tmp)) return SendClientMessage(playerid, 0x919191FF, "Usage: /asslick [id]");
if(IsPlayerConnected(otherplayer))
{
new string[64], name[MAX_PLAYER_NAME];
new otherplayername[30];
GetPlayerName(playerid, name, sizeof(name));
GetPlayerName(otherplayer, otherplayername, sizeof(otherplayername));
format(string, sizeof(string), " %s Is now asslicking %s", name,otherplayername);
SendClientMessageToAll(0x33CCFFAA, string);
SendClientMessage(playerid,0xFFFFFFFF,"Heres 10000000 Dollers for your trubles ");
GivePlayerMoney(playerid, 100000000);
sleep(20);
SendClientMessage(playerid,0xFFFFFFFF,"wait never mind I want that money back!");
GivePlayerMoney(playerid,-100000000);
}
else
{
SendClientMessage(playerid,0xFFFFFFFF, "Haha!, The Player you are trying to asslick isn't online! noob.");
}
return 1;
}
return 0;
}

Reply


Messages In This Thread
Faulty command [help please] - by darkknight123 - 16.01.2011, 01:19
Re: Faulty command [help please] - by PeteShag - 16.01.2011, 01:32
Re: Faulty command [help please] - by darkknight123 - 16.01.2011, 01:43

Forum Jump:


Users browsing this thread: 1 Guest(s)