20.03.2009, 18:39
Quote:
Originally Posted by Dol
I would like to request a nice small working script for planting weed, picking up weed and smoking it (with the smoke animation), maybe even get stoned.
It would be like this: - /plantweed - /pickupweed - /smokeweed -> Stoned! Can someone do this for me? |
pawn Code:
if(!strcmp(cmd,"/smokeweed",true))
{
SendClientMessage(playerid,COLOR,"You are now stoned.. ~_~");
// here set some strange weather or w/e you want to do.
return 1;
}