10.06.2008, 23:05
basically tell a story in PAWNO
lol...
pawn Code:
new Name[187] = "Joe"
main()
{
Printf("This is a story of %s", Name);
}
if(Name == GetPlayerState(playerid,PLAYER_WALKING))
{
Spit(playerid)
}