Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zeeshan

Pages: [1]
2
ShowRoom (pawn) / Re: PSA 0.20
« on: August 01, 2012, 02:47:54 pm »
Link not working

3
Snippet Showroom / Re: Christmas Theme By Moby (me) [ + Video ]
« on: July 31, 2012, 09:11:29 pm »
There is little mistake

Code: [Select]
public SendXMS()
{
new randXMS = random(sizeof(RandomMSG));
GameTextForAllBottom(RandomXMS[randXMS]);
}

it should be

Code: [Select]
public SendXMS()
{
new randXMS = random(sizeof(RandomXMS));
GameTextForAllBottom(RandomXMS[randXMS]);
}


4
General Discussion / Re: Where can i download GUPS 1.16?
« on: July 12, 2012, 02:52:58 pm »
Download it Here

Pages: [1]